Class CommandBarIconStyleInfoStore
Provides storage for the CommandBarIconStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CommandBarIconStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
CommandBarIconStyleInfoStore()
Initializes a new instance of the CommandBarIconStyleInfoStore class.
Declaration
public CommandBarIconStyleInfoStore()
CommandBarIconStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the CommandBarIconStyleInfoStore class from a serialization stream.
Declaration
protected CommandBarIconStyleInfoStore(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
HoverIconBackColorProperty
Provides information about the HoverIconBackColor property.
Declaration
public static readonly StyleInfoProperty HoverIconBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverIconBorderColorProperty
Provides information about the HoverIconBorderColor property.
Declaration
public static readonly StyleInfoProperty HoverIconBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverIconColorProperty
Provides information about the HoverIconColor property.
Declaration
public static readonly StyleInfoProperty HoverIconColorProperty
Field Value
Type |
---|
StyleInfoProperty |
IconBackColorProperty
Provides information about the IconBackColor property.
Declaration
public static readonly StyleInfoProperty IconBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
IconBorderColorProperty
Provides information about the IconBorderColor property.
Declaration
public static readonly StyleInfoProperty IconBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
IconColorProperty
Provides information about the IconColor property.
Declaration
public static readonly StyleInfoProperty IconColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedIconBackColorProperty
Provides information about the PressedIconBackColor property.
Declaration
public static readonly StyleInfoProperty PressedIconBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedIconBorderColorProperty
Provides information about the PressedIconBorderColor property.
Declaration
public static readonly StyleInfoProperty PressedIconBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedIconColorProperty
Provides information about the PressedIconColor property.
Declaration
public static readonly StyleInfoProperty PressedIconColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |