PageAppearance Members
In This Article
#Constructors
Name | Description |
---|---|
Page |
Initializes a new instance of the Page |
#Properties
Name | Description |
---|---|
Header |
Gets appearance settings of the tab page |
Header |
Gets the appearance settings used to paint the header which corresponds to the currently active page. |
Header |
Gets the appearance settings used to paint the header which corresponds to a disabled page. |
Header |
Gets the appearance settings used to paint the page header over which the mouse pointer is currently hovering. |
Page |
Gets the appearance settings used to paint the page’s client region. |
#Methods
Name | Description |
---|---|
Begin |
Locks the Page |
Dispose() |
Releases all the resources used by the current Page |
End |
Unlocks the Page |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() | Restores all the appearance settings and usage options back to their default values and thus stops tab pages from using these appearance settings. |
Should |
Tests whether the Page |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Changed |
Fires after the Page |
See Also