Class SplitButtonStyleInfoStore
Provides storage for the SplitButtonStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SplitButtonStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
SplitButtonStyleInfoStore()
Initializes a new instance of the SplitButtonStyleInfoStore class.
Declaration
public SplitButtonStyleInfoStore()
SplitButtonStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the SplitButtonStyleInfoStore class from a serialization stream.
Declaration
protected SplitButtonStyleInfoStore(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 |
DisabledBackColorProperty
Provides information about the DisabledBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledForeColorProperty
Provides information about the DisabledForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusedBackColorProperty
Provides information about the FocusedBackColor property.
Declaration
public static readonly StyleInfoProperty FocusedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusedForeColorProperty
Provides information about the FocusedForeColor property.
Declaration
public static readonly StyleInfoProperty FocusedForeColorProperty
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 |
HoverForeColorProperty
Provides information about the HoverForeColor property.
Declaration
public static readonly StyleInfoProperty HoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedBackColorProperty
Provides information about the PressedBackColor property.
Declaration
public static readonly StyleInfoProperty PressedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedForeColorProperty
Provides information about the PressedForeColor property.
Declaration
public static readonly StyleInfoProperty PressedForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |