Class DropDownButtonStyleInfoStore
Provides storage for the DropDownButtonStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DropDownButtonStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
DropDownButtonStyleInfoStore()
Initializes a new instance of the DropDownButtonStyleInfoStore class.
Declaration
public DropDownButtonStyleInfoStore()
DropDownButtonStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the DropDownButtonStyleInfoStore class from a serialization stream.
Declaration
protected DropDownButtonStyleInfoStore(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
DropDownButtonBackColorProperty
Provides information about the DropDownButtonBackColor property.
Declaration
public static readonly StyleInfoProperty DropDownButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownButtonColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty DropDownButtonColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverDropDownButtonBackColorProperty
Provides information about the HoverDropDownButtonBackColor property.
Declaration
public static readonly StyleInfoProperty HoverDropDownButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverDropDownButtonColorProperty
Provides information about the HoverDropDownButtonColor property.
Declaration
public static readonly StyleInfoProperty HoverDropDownButtonColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedDropDownButtonBackColorProperty
Provides information about the PressedDropDownButtonBackColor property.
Declaration
public static readonly StyleInfoProperty PressedDropDownButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedDropDownButtonColorProperty
Provides information about the PressedDropDownButtonColor property.
Declaration
public static readonly StyleInfoProperty PressedDropDownButtonColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |