Class StatusStripExButtonStyleInfo
Represents the class to define the style for Slider control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class StatusStripExButtonStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
StatusStripExButtonStyleInfo()
Initializes a new instance of the StatusStripExButtonStyleInfo class.
Declaration
public StatusStripExButtonStyleInfo()
StatusStripExButtonStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the StatusStripExButtonStyleInfo class.
Declaration
public StatusStripExButtonStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StatusStripExButtonStyleInfoIdentity that holds the identity for this StatusStripExButtonStyleInfoStore. |
StatusStripExButtonStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the StatusStripExButtonStyleInfo class.
Declaration
public StatusStripExButtonStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StatusStripExButtonStyleInfoIdentity that holds the identity for this StatusStripExButtonStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
ArrowColor
Gets or sets the System.Drawing.Color value used to draw the arrow of dropdown button in the StatusStripEx control.
Declaration
[ThemeStudio]
public Color ArrowColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for the
Declaration
public static StatusStripExButtonStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
StatusStripExButtonStyleInfo |
DisabledArrowColor
Gets or sets the System.Drawing.Color value used to draw the disabled arrow of dropdown button in the StatusStripEx control.
Declaration
[ThemeStudio]
public Color DisabledArrowColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverArrowColor
Gets or sets the System.Drawing.Color value used to draw the arrow of dropdown button in the StatusStripEx control in hover state.
Declaration
[ThemeStudio]
public Color HoverArrowColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverBackColor
Gets or sets the System.Drawing.Color value used to fill the buttons in the StatusStripEx control in hover state.
Declaration
[ThemeStudio]
public Color HoverBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PressedBackColor
Gets or sets the System.Drawing.Color value used to fill the buttons in the StatusStripEx control in pressed state.
Declaration
[ThemeStudio]
public Color PressedBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the StatusStripExButtonStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |