Class StatusBarPanelItemStyleInfoStore
Represents the class holds the plain data for a style object excluding identity information.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class StatusBarPanelItemStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
StatusBarPanelItemStyleInfoStore()
Initializes a new instance of the StatusBarPanelItemStyleInfo class.
Declaration
public StatusBarPanelItemStyleInfoStore()
StatusBarPanelItemStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the StatusBarPanelItemStyleInfo class.
Declaration
protected StatusBarPanelItemStyleInfoStore(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
DisabledPanelItemBackColorProperty
Provides information about the DisabledBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledPanelItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledPanelItemBorderColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty DisabledPanelItemBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledPanelItemForeColorProperty
Provides information about the DisabledForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledPanelItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PanelItemBackColorProperty
Provides information about the BackColor property.
Declaration
public static readonly StyleInfoProperty PanelItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PanelItemBorderColorProperty
Provides information about the BorderColor property.
Declaration
public static readonly StyleInfoProperty PanelItemBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PanelItemBorderThicknessProperty
Provides information about the Syncfusion.Windows.Forms.Tools.StatusBarAdvVisualStyle.BorderThickness property.
Declaration
public static readonly StyleInfoProperty PanelItemBorderThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
PanelItemForeColorProperty
Provides information about the ForeColor property.
Declaration
public static readonly StyleInfoProperty PanelItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Overridden to get the static data source.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |