Class StatusBarAdvStyleInfoStore
Provides storage for the StatusBarAdvVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class StatusBarAdvStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
StatusBarAdvStyleInfoStore()
Initializes a new instance of the StatusBarAdvStyleInfoStore class.
Declaration
public StatusBarAdvStyleInfoStore()
StatusBarAdvStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the StatusBarAdvStyleInfoStore class from a serialization stream.
Declaration
protected StatusBarAdvStyleInfoStore(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 |
BorderColorProperty
Provides information about the BorderColor property.
Declaration
public static readonly StyleInfoProperty BorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderThicknessProperty
Provides information about the Syncfusion.Windows.Forms.Tools.StatusBarAdvVisualStyle.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
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 |
DisabledSizeGripColorProperty
Provides information about the DisabledBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledSizeGripColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeColorProperty
Provides information about the ForeColor property.
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SizeGripColorProperty
Provides information about the BackColor property.
Declaration
public static readonly StyleInfoProperty SizeGripColorProperty
Field Value
Type |
---|
StyleInfoProperty |
StatusBarPanelItemStyleProperty
Provides information about the StatusBarPanelItemStyle property.
Declaration
public static readonly StyleInfoProperty StatusBarPanelItemStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the StatusBarAdvStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |