Class DropDownButtonStyleInfo
Represents the class to define the style for DropDownButton control.
Inheritance
System.Object
DropDownButtonStyleInfo
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DropDownButtonStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
DropDownButtonStyleInfo()
Initializes a new instance of the DropDownButtonStyleInfo class.
Declaration
public DropDownButtonStyleInfo()
DropDownButtonStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the DropDownButtonStyleInfo class.
Declaration
public DropDownButtonStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoSubObjectIdentity | identity | A DropDownButtonStyleInfoIdentity that holds the identity for this DropDownButtonStyleInfoStore. |
DropDownButtonStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the DropDownButtonStyleInfo class.
Declaration
public DropDownButtonStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoSubObjectIdentity | identity | A DropDownButtonStyleInfoIdentity that holds the identity for this DropDownButtonStyleInfoStore. |
| StyleInfoStore | store | The store. |
Properties
DefaultStyle
Gets the default style value for the DropDownButton control.
Declaration
public static DropDownButtonStyleInfo DefaultStyle { get; }
Property Value
| Type |
|---|
| DropDownButtonStyleInfo |
DropDownButtonBackColor
Declaration
[ThemeStudio]
public Color DropDownButtonBackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
DropDownButtonColor
Declaration
[ThemeStudio]
public Color DropDownButtonColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
HoverDropDownButtonBackColor
Declaration
[ThemeStudio]
public Color HoverDropDownButtonBackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
HoverDropDownButtonColor
Declaration
[ThemeStudio]
public Color HoverDropDownButtonColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
PressedDropDownButtonBackColor
Declaration
[ThemeStudio]
public Color PressedDropDownButtonBackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
PressedDropDownButtonColor
Declaration
[ThemeStudio]
public Color PressedDropDownButtonColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the DropDownButtonStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
| Type | Description |
|---|---|
| StyleInfoBase | Returns the default style value. |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable