Class StatusStripExVisualStyle
Represents the class to define the style for
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class StatusStripExVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
StatusStripExVisualStyle()
Initializes a new instance of the StatusStripExVisualStyle class.
Declaration
public StatusStripExVisualStyle()
StatusStripExVisualStyle(StatusStripExStyleInfoIdentity)
Initializes a new instance of the StatusStripExVisualStyle class.
Declaration
public StatusStripExVisualStyle(StatusStripExStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StatusStripExStyleInfoIdentity | identity | A |
StatusStripExVisualStyle(StatusStripExStyleInfoIdentity, StyleInfoStore)
Initializes a new instance of the StatusStripExVisualStyle class.
Declaration
public StatusStripExVisualStyle(StatusStripExStyleInfoIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StatusStripExStyleInfoIdentity | identity | A |
StyleInfoStore | store | Holds instance of a StatusStripExStyleInfoStore class |
StatusStripExVisualStyle(StatusStripExStyleInfoStore)
Initializes a new instance of the StatusStripExVisualStyle class.
Declaration
public StatusStripExVisualStyle(StatusStripExStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StatusStripExStyleInfoStore | store | Holds instance of a StatusStripExStyleInfoStore class. |
Properties
BackColor
Gets or sets the System.Drawing.Color value used to draw the border of the StatusStripEx control in default 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 StatusStripEx. The default value is null. |
BorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the StatusStripEx 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 StatusStripEx. The default value is null. |
ButtonStyle
Gets or sets style for Button in the StatusStripEx control.
Declaration
[ThemeStudio]
public StatusStripExButtonStyleInfo ButtonStyle { get; set; }
Property Value
Type |
---|
StatusStripExButtonStyleInfo |
DefaultStyle
Gets the default style value for the StatusStripEx control.
Declaration
public static StatusStripExVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
StatusStripExVisualStyle |
DisabledBackColor
Gets or sets the System.Drawing.Color value used to draw the border of the StatusStripEx control in disabled state.
Declaration
[ThemeStudio]
public Color DisabledBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledBorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the StatusStripEx control in disabled state.
Declaration
[ThemeStudio]
public Color DisabledBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DropDownStyle
Gets or sets style for DropDown of the StatusStripEx control.
Declaration
[ThemeStudio]
public StatusStripExDropDownStyleInfo DropDownStyle { get; set; }
Property Value
Type |
---|
StatusStripExDropDownStyleInfo |
Font
Gets or sets the System.Drawing.Font value of the StatusStripEx control.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
HoverItemForeColor
Gets or sets the System.Drawing.Color value used to draw the text of the StatusStripEx control in hover state.
Declaration
[ThemeStudio]
public Color HoverItemForeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the text of the StatusStripEx. The default value is null. |
SizeGripColor
Gets or sets the System.Drawing.Color value used to draw the border of the StatusStripEx control in default 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 StatusStripEx. The default value is null. |
SizeGripDisabledColor
Gets or sets the System.Drawing.Color value used to draw the border of the StatusStripEx control in default state.
Declaration
[ThemeStudio]
public Color SizeGripDisabledColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the border of the StatusStripEx. The default value is null. |
StatusStripExItemDisabledForeColor
Gets or sets the System.Drawing.Color value used to draw the forecolor of the StatusStripEx control in disabled state.
Declaration
[ThemeStudio]
public Color StatusStripExItemDisabledForeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the forecolor of the StatusStripEx. The default value is null. |
StatusStripExItemForeColor
Gets or sets the System.Drawing.Color value used to draw the border of the StatusStripEx control in focused state.
Declaration
[ThemeStudio]
public Color StatusStripExItemForeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the border of the StatusStripEx. The default value is null. |
StatusStripExSeparatorColor
Gets or sets the System.Drawing.Color value used to draw the border of the StatusStripEx control in default state.
Declaration
[ThemeStudio]
public Color StatusStripExSeparatorColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the border of the StatusStripEx. The default value is null. |
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. |