Class MultiColumnComboDropDownButtonStyleInfoStore
Provides storage for the MultiColumnComboDropDownButtonStyleInfo object.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class MultiColumnComboDropDownButtonStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
MultiColumnComboDropDownButtonStyleInfoStore()
Initializes a new instance of the MultiColumnComboDropDownButtonStyleInfoStore class.
Declaration
public MultiColumnComboDropDownButtonStyleInfoStore()
MultiColumnComboDropDownButtonStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the MultiColumnComboDropDownButtonStyleInfoStore class from a serialization stream.
Declaration
protected MultiColumnComboDropDownButtonStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | An object that holds all the data needed to serialize or deserialize this instance. |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of the serialized stream specified by info. |
Fields
ArrowColorProperty
Provides information about the ArrowColor property.
Declaration
public static readonly StyleInfoProperty ArrowColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowDisabledColorProperty
Provides information about the ArrowDisabledColor property.
Declaration
public static readonly StyleInfoProperty ArrowDisabledColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowHoverColorProperty
Provides information about the ArrowHoverColor property.
Declaration
public static readonly StyleInfoProperty ArrowHoverColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ArrowPressedColorProperty
Provides information about the ArrowPressedColor property.
Declaration
public static readonly StyleInfoProperty ArrowPressedColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BackColorProperty
Provides information about the BackColor property.
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderColorProperty
Provides information about the BorderColor property.
Declaration
public static readonly StyleInfoProperty BorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBackColorProperty
Provides information about the DisabledBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBorderColorProperty
Provides information about the DisabledBorderColor property.
Declaration
public static readonly StyleInfoProperty DisabledBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverBackColorProperty
Provides information about the HoverBackColor property.
Declaration
public static readonly StyleInfoProperty HoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverBorderColorProperty
Provides information about the HoverBorderColor property.
Declaration
public static readonly StyleInfoProperty HoverBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedBackColorProperty
Provides information about the PressedBackColor property.
Declaration
public static readonly StyleInfoProperty PressedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedBorderColorProperty
Provides information about the PressedBorderColor property.
Declaration
public static readonly StyleInfoProperty PressedBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the MultiColumnComboDropDownButtonStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |