Class DropDownStyleInfo
Represents the class to define the style for
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.WinForms.Controls.Styles
Assembly: Syncfusion.Core.WinForms.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 | The identity. |
DropDownStyleInfo(StyleInfoSubObjectIdentity, DropDownStyleInfoStore)
Initializes a new instance of the DropDownStyleInfo class.
Declaration
public DropDownStyleInfo(StyleInfoSubObjectIdentity identity, DropDownStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | The identity. |
DropDownStyleInfoStore | store | A DropDownStyleInfoStore that holds data for this DropDownStyleInfo. All changes in this style object will be saved in the DropDownStyleInfoStore object. |
DropDownStyleInfo(DropDownStyleInfo)
Initializes a new instance of the DropDownStyleInfo class.
Declaration
public DropDownStyleInfo(DropDownStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
DropDownStyleInfo | style | The style object that contains the original data. |
DropDownStyleInfo(DropDownStyleInfoStore)
Initializes a new instance of the DropDownStyleInfo class.
Declaration
public DropDownStyleInfo(DropDownStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
DropDownStyleInfoStore | store | A DropDownStyleInfoStore that holds data for this DropDownStyleInfo. All changes in this style object will be saved in the DropDownStyleInfoStore object. |
Properties
BorderColor
Gets or sets the BorderColor of dropdown.
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Default
Gets the default DropDownStyleInfo value.
Declaration
public static DropDownStyleInfo Default { get; }
Property Value
Type |
---|
DropDownStyleInfo |
GripperBackColor
Gets or sets the back color of the textbox
Declaration
public Color GripperBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
GripperForeColor
Gets or sets the fore color of textbox
Declaration
public Color GripperForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |