Class CommandBarControllerStyleInfoStore
Provides storage for the CommandBarControllerVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CommandBarControllerStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
CommandBarControllerStyleInfoStore()
Initializes a new instance of the CommandBarControllerStyleInfoStore class.
Declaration
public CommandBarControllerStyleInfoStore()
CommandBarControllerStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the CommandBarControllerStyleInfoStore class from a serialization stream.
Declaration
protected CommandBarControllerStyleInfoStore(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.CommandBarControllerVisualStyle.BorderThickness property.
Declaration
public static readonly StyleInfoProperty BorderThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
CornerRadiusProperty
Provides information about the Syncfusion.Windows.Forms.Tools.CommandBarControllerVisualStyle.CornerRadius property.
Declaration
public static readonly StyleInfoProperty CornerRadiusProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownButtonStyleProperty
Provides information about the DropDownButtonStyle property.
Declaration
public static readonly StyleInfoProperty DropDownButtonStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
FooterColorProperty
Provides information about the FooterColor property.
Declaration
public static readonly StyleInfoProperty FooterColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeColorProperty
Provides information about the ForeColor property.
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
GripperColorProperty
Provides information about the GripperColor property.
Declaration
public static readonly StyleInfoProperty GripperColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HeaderColorProperty
Provides information about the HeaderColor property.
Declaration
public static readonly StyleInfoProperty HeaderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
IconStyleProperty
Provides information about the IconStyle property.
Declaration
public static readonly StyleInfoProperty IconStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the CommandBarControllerStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |