Class StatusBarAdvVisualStyle
Represents the class to define the style for StatusBarAdv control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class StatusBarAdvVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
StatusBarAdvVisualStyle()
Initializes a new instance of the StatusBarAdvVisualStyle class.
Declaration
public StatusBarAdvVisualStyle()
StatusBarAdvVisualStyle(StatusBarAdvStyleInfoIdentity)
Initializes a new instance of the StatusBarAdvVisualStyle class.
Declaration
public StatusBarAdvVisualStyle(StatusBarAdvStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StatusBarAdvStyleInfoIdentity | identity | A StatusBarAdvStyleInfoIdentity that holds the identity for this StatusBarAdvStyleInfoStore. |
StatusBarAdvVisualStyle(StatusBarAdvStyleInfoIdentity, StatusBarAdvStyleInfoStore)
Initializes a new instance of the StatusBarAdvVisualStyle class.
Declaration
public StatusBarAdvVisualStyle(StatusBarAdvStyleInfoIdentity identity, StatusBarAdvStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StatusBarAdvStyleInfoIdentity | identity | A StatusBarAdvStyleInfoIdentity that holds the identity for this StatusBarAdvStyleInfoStore. |
StatusBarAdvStyleInfoStore | store | Holds instance of a StatusBarAdvStyleInfoStore class |
StatusBarAdvVisualStyle(StatusBarAdvStyleInfoStore)
Initializes a new instance of the StatusBarAdvVisualStyle class.
Declaration
public StatusBarAdvVisualStyle(StatusBarAdvStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StatusBarAdvStyleInfoStore | store | Holds instance of a StatusBarAdvStyleInfoStore class. |
Properties
BackColor
Gets or sets the System.Drawing.Color value used to draw the back color of the StatusBarAdv control in focused state.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the border of the button. The default value is null. |
BorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the StatusBarAdv control in default state.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the border of the button. The default value is null. |
DefaultStyle
Gets the default style value for the StatusBarAdv control.
Declaration
public static StatusBarAdvVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
StatusBarAdvVisualStyle |
DisabledBackColor
Gets or sets the System.Drawing.Color value used to draw the disabled back color of the StatusBarAdv control in focused state.
Declaration
[ThemeStudio]
public Color DisabledBackColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the border of the button. The default value is null. |
DisabledBorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the StatusBarAdv control in disabled state.
Declaration
[ThemeStudio]
public Color DisabledBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledForeColor
Gets or sets the System.Drawing.Color value used to draw the disabled fore color of the StatusBarAdv.
Declaration
[ThemeStudio]
public Color DisabledForeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the fore color of the button. The default value is null. |
DisabledSizeGripColor
Gets or sets the System.Drawing.Color value used to draw the size grip color of the StatusBarAdv control in focused state.
Declaration
[ThemeStudio]
public Color DisabledSizeGripColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the border of the button. The default value is null. |
Font
Gets or sets the System.Drawing.Font value of the StatusBarAdv control.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the System.Drawing.Color value used to draw the border of the StatusBarAdv control in focused state.
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the border of the button. The default value is null. |
SizeGripColor
Gets or sets the System.Drawing.Color value used to draw the size grip color of the StatusBarAdv control in focused state.
Declaration
[ThemeStudio]
public Color SizeGripColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the border of the button. The default value is null. |
StatusBarPanelItemStyle
Gets or sets style for PnaelItems of the StatusBarAdv control.
Declaration
[ThemeStudio]
public StatusBarPanelItemStyleInfo StatusBarPanelItemStyle { get; set; }
Property Value
Type |
---|
StatusBarPanelItemStyleInfo |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Gets the default style value of the
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |