BarManagerAppearances Members
In This Article
#Constructors
Name | Description |
---|---|
Bar |
Initializes a new instance of the Bar |
#Properties
Name | Description |
---|---|
Bar |
Specifies appearance settings for items in bars in the normal state. This property is equivalent to the Normal property that you can access through the Bar |
Bar |
Specifies appearance settings for items in bars in different visual states. |
Controller |
Gets the controller which owns the current instance of the Bar |
Dock | Contains default style settings to paint bar dock controls. |
Items |
Contains default font settings to paint bar items. |
Main |
Specifies appearance settings for items in main menus in the normal state. This property is equivalent to the Normal property that you can access through the Main |
Main |
Specifies appearance settings for items in main menus in different visual states. |
Status |
Specifies appearance settings for items in status bars in the normal state. This property is equivalent to the Normal property that you can access through the Status |
Status |
Specifies appearance settings for items in status bars in different visual states. |
Sub |
Contains default style settings to paint sub items within container items and popup menus. |
#Methods
Name | Description |
---|---|
Begin |
Locks the Bar |
Dispose() |
Releases all resources used by the current Bar |
End |
Unlocks the Bar |
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 style settings and usage options to default values and thus stops elements from using these appearance settings. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also