Class MoreCommandsStyleInfoStore
Provides storage for the MoreCommandsStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class MoreCommandsStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
MoreCommandsStyleInfoStore()
Initializes a new instance of the MoreCommandsStyleInfoStore class.
Declaration
public MoreCommandsStyleInfoStore()
MoreCommandsStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the MoreCommandsStyleInfoStore class from a serialization stream.
Declaration
protected MoreCommandsStyleInfoStore(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 |
CaptionBarColorProperty
Provides information about the CaptionBarColor property.
Declaration
public static readonly StyleInfoProperty CaptionBarColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CaptionForeColorProperty
Provides information about the CaptionForeColor property.
Declaration
public static readonly StyleInfoProperty CaptionForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CheckBoxBackColorProperty
Provides information about the CheckBoxBackColor property.
Declaration
public static readonly StyleInfoProperty CheckBoxBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CheckBoxForeColorProperty
Provides information about the CheckBoxForeColor property.
Declaration
public static readonly StyleInfoProperty CheckBoxForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ComboBoxBackColorProperty
Provides information about the ComboBoxBackColor property.
Declaration
public static readonly StyleInfoProperty ComboBoxBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ComboBoxForeColorProperty
Provides information about the ComboBoxForeColor property.
Declaration
public static readonly StyleInfoProperty ComboBoxForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ItemFontProperty
Provides information about the ItemFont property.
Declaration
public static readonly StyleInfoProperty ItemFontProperty
Field Value
Type |
---|
StyleInfoProperty |
LabelBackColorProperty
Provides information about the LabelBackColor property.
Declaration
public static readonly StyleInfoProperty LabelBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
LabelForeColorProperty
Provides information about the LabelForeColor property.
Declaration
public static readonly StyleInfoProperty LabelForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ListViewBackColorProperty
Provides information about the ListViewBackColor property.
Declaration
public static readonly StyleInfoProperty ListViewBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ListViewForeColorProperty
Provides information about the ListViewForeColor property.
Declaration
public static readonly StyleInfoProperty ListViewForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
MoreCommandsIconProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty MoreCommandsIconProperty
Field Value
Type |
---|
StyleInfoProperty |
PanelBackColorProperty
Provides information about the PanelBackColor property.
Declaration
public static readonly StyleInfoProperty PanelBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PropertyGridBackColorProperty
Provides information about the PropertyGridBackColor property.
Declaration
public static readonly StyleInfoProperty PropertyGridBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PropertyGridCategoryForeColorProperty
Provides information about the PropertyGridCategoryForeColor property.
Declaration
public static readonly StyleInfoProperty PropertyGridCategoryForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PropertyGridHelpBackColorProperty
Provides information about the PropertyGridHelpBackColor property.
Declaration
public static readonly StyleInfoProperty PropertyGridHelpBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PropertyGridHelpBorderColorProperty
Provides information about the PropertyGridHelpBorderColor property.
Declaration
public static readonly StyleInfoProperty PropertyGridHelpBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PropertyGridHelpForeColorProperty
Provides information about the PropertyGridHelpForeColor property.
Declaration
public static readonly StyleInfoProperty PropertyGridHelpForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PropertyGridLineColorProperty
Provides information about the PropertyGridLineColor property.
Declaration
public static readonly StyleInfoProperty PropertyGridLineColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PropertyGridSelectedItemWithFocusBackColorProperty
Provides information about the PropertyGridSelectedItemWithFocusBackColor property.
Declaration
public static readonly StyleInfoProperty PropertyGridSelectedItemWithFocusBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PropertyGridSelectedItemWithFocusForeColorProperty
Provides information about the PropertyGridSelectedItemWithFocusForeColor property.
Declaration
public static readonly StyleInfoProperty PropertyGridSelectedItemWithFocusForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PropertyGridViewBackColorProperty
Provides information about the PropertyGridViewBackColor property.
Declaration
public static readonly StyleInfoProperty PropertyGridViewBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PropertyGridViewBorderColorProperty
Provides information about the PropertyGridCategoryForeColor property.
Declaration
public static readonly StyleInfoProperty PropertyGridViewBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PropertyGridViewForeColorProperty
Provides information about the PropertyGridViewForeColor property.
Declaration
public static readonly StyleInfoProperty PropertyGridViewForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |