Class ListItemStyleInfoStore
Represents the class holds the plain data for a style object excluding identity information.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ListItemStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ListItemStyleInfoStore()
Initializes a new instance of the ListItemStyleInfo class.
Declaration
public ListItemStyleInfoStore()
ListItemStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the ListItemStyleInfo class.
Declaration
protected ListItemStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. |
Fields
DisabledItemBackColorProperty
Provides information about the control's DisabledItemBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisableditemForeColorProperty
Provides information about the control's DisabledItemForeColor property.
Declaration
public static readonly StyleInfoProperty DisableditemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverItemBackColorProperty
Provides information about the control's HoverItemBackColor property.
Declaration
public static readonly StyleInfoProperty HoverItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverItemForeColorProperty
Provides information about the control's HoverItemForeColor property.
Declaration
public static readonly StyleInfoProperty HoverItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
NormalItemBackColorProperty
Provides information about the control's ItemBackColor property.
Declaration
public static readonly StyleInfoProperty NormalItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
NormalItemForeColorProperty
Provides information about the control's ItemForeColor property.
Declaration
public static readonly StyleInfoProperty NormalItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedItemBackColorProperty
Provides information about the control's PressedItemBackColor property.
Declaration
public static readonly StyleInfoProperty PressedItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedItemForeColorProperty
Provides information about the PressedItemForeColor property.
Declaration
public static readonly StyleInfoProperty PressedItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Overridden to get the static data source.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |