Class CheckBoxStyleInfoStore
Provides storage for the CheckBoxStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CheckBoxStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
CheckBoxStyleInfoStore()
Initializes a new instance of the CheckBoxStyleInfoStore class.
Declaration
public CheckBoxStyleInfoStore()
CheckBoxStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the CheckBoxStyleInfoStore class from a serialization stream.
Declaration
protected CheckBoxStyleInfoStore(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 |
CheckedTickBoxBackColorProperty
Provides information about the CheckedTickBoxBackColor property.
Declaration
public static readonly StyleInfoProperty CheckedTickBoxBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverBackColorProperty
Provides information about the HoverBackColor property.
Declaration
public static readonly StyleInfoProperty HoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverTickBoxBorderColorProperty
Provides information about the HoverTickBoxBorderColor property.
Declaration
public static readonly StyleInfoProperty HoverTickBoxBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverTickColorProperty
Provides information about the HoverTickColor property.
Declaration
public static readonly StyleInfoProperty HoverTickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedBackColorProperty
Provides information about the PressedBackColor property.
Declaration
public static readonly StyleInfoProperty PressedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TickBoxBorderColorProperty
Provides information about the TickBoxBorderColor property.
Declaration
public static readonly StyleInfoProperty TickBoxBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TickColorProperty
Provides information about the TickColor property.
Declaration
public static readonly StyleInfoProperty TickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TickThicknessProperty
Provides information about the TickThickness property.
Declaration
public static readonly StyleInfoProperty TickThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |