Class StatusStripExDropDownStyleInfo
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 StatusStripExDropDownStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
StatusStripExDropDownStyleInfo()
Initializes a new instance of the StatusStripExDropDownStyleInfo class.
Declaration
public StatusStripExDropDownStyleInfo()
StatusStripExDropDownStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the StatusStripExDropDownStyleInfo class.
Declaration
public StatusStripExDropDownStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StatusStripExDropDownStyleInfoIdentity that holds the identity for this StatusStripExDropDownStyleInfoStore. |
StatusStripExDropDownStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the StatusStripExDropDownStyleInfo class.
Declaration
public StatusStripExDropDownStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StatusStripExDropDownStyleInfoIdentity that holds the identity for this StatusStripExDropDownStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the System.Drawing.Color value of the dropdown background in the StatusStripEx control.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for the DropDown control.
Declaration
public static StatusStripExDropDownStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
StatusStripExDropDownStyleInfo |
DisabledItemForeColor
Gets or sets the System.Drawing.Color value of the dropdown item disabled foreground in the StatusStripEx control.
Declaration
[ThemeStudio]
public Color DisabledItemForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverItemBackColor
Gets or sets the System.Drawing.Color value of the dropdown item background in the StatusStripEx control in hover state.
Declaration
[ThemeStudio]
public Color HoverItemBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ItemForeColor
Gets or sets the System.Drawing.Color value of the dropdown item foreground in the StatusStripEx control.
Declaration
[ThemeStudio]
public Color ItemForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the StatusStripExDropDownStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |