Class BackStageStyleInfoStore
Provides storage for the BackStageStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Ribbon
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class BackStageStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
BackStageStyleInfoStore()
Initializes a new instance of the BackStageStyleInfoStore class.
Declaration
public BackStageStyleInfoStore()
BackStageStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the BackStageStyleInfoStore class from a serialization stream.
Declaration
protected BackStageStyleInfoStore(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
CloseButtonBackColorProperty
Provides information about the CloseButtonBackColor property.
Declaration
public static readonly StyleInfoProperty CloseButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ControlBoxBackColorProperty
Provides information about the ControlBoxBackColor property.
Declaration
public static readonly StyleInfoProperty ControlBoxBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledItemBackColorProperty
Provides information about the Syncfusion.Windows.Forms.Ribbon.BackStageStyleInfo.DisabledItemBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledItemForeColorProperty
Provides information about the DisabledItemForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverCloseButtonBackColorProperty
Provides information about the HoverCloseButtonBackColor property.
Declaration
public static readonly StyleInfoProperty HoverCloseButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverControlBoxBackColorProperty
Provides information about the HoverControlBoxBackColor property.
Declaration
public static readonly StyleInfoProperty HoverControlBoxBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverItemBackColorProperty
Provides information about the HoverItemBackColor property.
Declaration
public static readonly StyleInfoProperty HoverItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverItemForeColorProperty
Provides information about the HoverItemForeColor property.
Declaration
public static readonly StyleInfoProperty HoverItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ItemBackColorProperty
Provides information about the ItemBackColor property.
Declaration
public static readonly StyleInfoProperty ItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ItemFontProperty
Provides information about the ItemFont property.
Declaration
public static readonly StyleInfoProperty ItemFontProperty
Field Value
Type |
---|
StyleInfoProperty |
ItemForeColorProperty
Provides information about the ItemForeColor property.
Declaration
public static readonly StyleInfoProperty ItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedCloseButtonBackColorProperty
Provides information about the PressedCloseButtonBackColor property.
Declaration
public static readonly StyleInfoProperty PressedCloseButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedControlBoxBackColorProperty
Provides information about the PressedControlBoxBackColor property.
Declaration
public static readonly StyleInfoProperty PressedControlBoxBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectedItemBackColorProperty
Provides information about the SelectedItemBackColor property.
Declaration
public static readonly StyleInfoProperty SelectedItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectedItemForeColorProperty
Provides information about the SelectedItemForeColor property.
Declaration
public static readonly StyleInfoProperty SelectedItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SeparatorColorProperty
Provides information about the SeparatorColor property.
Declaration
public static readonly StyleInfoProperty SeparatorColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TitleBarBackColorProperty
Provides information about the TitleBarBackColor property.
Declaration
public static readonly StyleInfoProperty TitleBarBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TitleBarFontProperty
Provides information about the TitleBarFont property.
Declaration
public static readonly StyleInfoProperty TitleBarFontProperty
Field Value
Type |
---|
StyleInfoProperty |
TitleBarForeColorProperty
Provides information about the TitleBarForeColor property.
Declaration
public static readonly StyleInfoProperty TitleBarForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |