Class StatusStripExStyleInfoStore
Provides storage for the StatusStripExVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class StatusStripExStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
StatusStripExStyleInfoStore()
Initializes a new instance of the StatusStripExStyleInfoStore class.
Declaration
public StatusStripExStyleInfoStore()
StatusStripExStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the StatusStripExStyleInfoStore class from a serialization stream.
Declaration
protected StatusStripExStyleInfoStore(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.StatusStripExVisualStyle.CornerRadius property.
Declaration
public static readonly StyleInfoProperty BorderThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
ButtonStyleProperty
Provides information about the ButtonStyle property.
Declaration
public static readonly StyleInfoProperty ButtonStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
CornerRadiusProperty
Provides information about the Syncfusion.Windows.Forms.Tools.StatusStripExVisualStyle.CornerRadius property.
Declaration
public static readonly StyleInfoProperty CornerRadiusProperty
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 |
DropDownStyleProperty
Provides information about the DropDownStyle property.
Declaration
public static readonly StyleInfoProperty DropDownStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverItemForeColorProperty
Provides information about the HoverItemForeColor property.
Declaration
public static readonly StyleInfoProperty HoverItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SizeGripColorProperty
Provides information about the SizeGripColor property.
Declaration
public static readonly StyleInfoProperty SizeGripColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SizeGripDisabledColorProperty
Declaration
public static readonly StyleInfoProperty SizeGripDisabledColorProperty
Field Value
Type |
---|
StyleInfoProperty |
StatusStripExItemDisabledForeColorProperty
Provides information about the StatusStripExItemDisabledForeColor property.
Declaration
public static readonly StyleInfoProperty StatusStripExItemDisabledForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
StatusStripExItemForeColorProperty
Provides information about the StatusStripExItemForeColor property.
Declaration
public static readonly StyleInfoProperty StatusStripExItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
StatusStripExSeparatorColorProperty
Declaration
public static readonly StyleInfoProperty StatusStripExSeparatorColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the StatusStripExStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |