Class ToggleButtonStyleInfoStore
Provides storage for the ToggleButtonVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToggleButtonStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ToggleButtonStyleInfoStore()
Initializes a new instance of the ToggleButtonStyleInfoStore class.
Declaration
public ToggleButtonStyleInfoStore()
ToggleButtonStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the ToggleButtonStyleInfoStore class from a serialization stream.
Declaration
protected ToggleButtonStyleInfoStore(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
ActiveBackColorProperty
Provides information about the ActiveBackColor property.
Declaration
public static readonly StyleInfoProperty ActiveBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveBorderColorProperty
Provides information about the ActiveBorderColor property.
Declaration
public static readonly StyleInfoProperty ActiveBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveForeColorProperty
Provides information about the ActiveForeColor property.
Declaration
public static readonly StyleInfoProperty ActiveForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveHoverBackColorProperty
Provides information about the ActiveHoverBackColor property.
Declaration
public static readonly StyleInfoProperty ActiveHoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveHoverBorderColorProperty
Provides information about the ActiveHoverBorderColor property.
Declaration
public static readonly StyleInfoProperty ActiveHoverBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveHoverForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ActiveHoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderThicknessProperty
Provides information about the BorderThickness property.
Declaration
public static readonly StyleInfoProperty BorderThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBackColorProperty
Provides information about the DisabledBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBorderColorProperty
Provides information about the DisabledBorderColor property.
Declaration
public static readonly StyleInfoProperty DisabledBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledForeColorProperty
Provides information about the DisabledForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
InActiveBackColorProperty
Provides information about the InActiveBackColor property.
Declaration
public static readonly StyleInfoProperty InActiveBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InActiveBorderColorProperty
Provides information about the InActiveBorderColor property.
Declaration
public static readonly StyleInfoProperty InActiveBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InActiveForeColorProperty
Provides information about the InActiveForeColor property.
Declaration
public static readonly StyleInfoProperty InActiveForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InActiveHoverBackColorProperty
Provides information about the InActiveHoverBackColor property.
Declaration
public static readonly StyleInfoProperty InActiveHoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InActiveHoverBorderColorProperty
Provides information about the InActiveHoverBorderColor property.
Declaration
public static readonly StyleInfoProperty InActiveHoverBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InActiveHoverForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty InActiveHoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SliderStyleProperty
Provides information about the ToggleButttonSliderStyle property.
Declaration
public static readonly StyleInfoProperty SliderStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the ToggleButtonStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |