Class DropDownStyleInfoStore
Contains the collection of DropDownStyleInfo properties.
Implements
Inherited Members
Namespace: Syncfusion.WinForms.Input.Styles
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public class DropDownStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
DropDownStyleInfoStore()
Initializes a new instance of the DropDownStyleInfoStore class.
Declaration
public DropDownStyleInfoStore()
DropDownStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the DropDownStyleInfoStore class from a serialization stream.
Declaration
protected DropDownStyleInfoStore(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
BackColorProperty
Provides information about the BackColor property.
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeColorProperty
Provides information about the ForeColor property.
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverBackColorProperty
Provides information about the HoverBackColor property.
Declaration
public static readonly StyleInfoProperty HoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverForeColor
Provides information about the HoverForeColor property.
Declaration
public static readonly StyleInfoProperty HoverForeColor
Field Value
Type |
---|
StyleInfoProperty |
PressedBackColorProperty
Provides information about the PressedBackColor property.
Declaration
public static readonly StyleInfoProperty PressedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedForeColor
Provides information about the PressedForeColor property.
Declaration
public static readonly StyleInfoProperty PressedForeColor
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the DropDownStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |