Class DropDownStyleInfo
Represents the class to define the style for PopupControl.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DropDownStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
DropDownStyleInfo()
Initializes a new instance of the DropDownStyleInfo class.
Declaration
public DropDownStyleInfo()
DropDownStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the DropDownStyleInfo class.
Declaration
public DropDownStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A DropDownStyleInfoIdentity that holds the identity for this DropDownStyleInfoStore. |
DropDownStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the DropDownStyleInfo class.
Declaration
public DropDownStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A DropDownStyleInfoIdentity that holds the identity for this DropDownStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BorderColor
Gets or sets the border color of dropdown.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for dropdown.
Declaration
public static DropDownStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
DropDownStyleInfo |
ItemBackColor
Gets or sets the background color for dropdown items.
Declaration
[ThemeStudio]
public Color ItemBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ItemForeColor
Gets or sets the fore color for dropdown items.
Declaration
[ThemeStudio]
public Color ItemForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SelectedItemBackColor
Gets or sets the background color for dropdown items in hover state.
Declaration
[ThemeStudio]
public Color SelectedItemBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SelectedItemForeColor
Gets or sets the fore color for dropdown items in hover state.
Declaration
[ThemeStudio]
public Color SelectedItemForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the DropDownStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |