Class ColorPickerUIAdvStyleInfoStore
Provides storage for the
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ColorPickerUIAdvStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ColorPickerUIAdvStyleInfoStore()
Initializes a new instance of the ColorPickerUIAdvStyleInfoStore class.
Declaration
public ColorPickerUIAdvStyleInfoStore()
ColorPickerUIAdvStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the ColorPickerUIAdvStyleInfoStore class from a serialization stream.
Declaration
protected ColorPickerUIAdvStyleInfoStore(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 |
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeColorProperty
Provides information about the ForeColor property.
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
GroupHeaderBackColorProperty
Provides information about the GroupHeaderBackColor property.
Declaration
public static readonly StyleInfoProperty GroupHeaderBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
MoreColorsWindowBackColorProperty
Provides information about the MoreColorsWindowBackColor property.
Declaration
public static readonly StyleInfoProperty MoreColorsWindowBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
MoreColorsWindowForeColorProperty
Provides information about the MoreColorsWindowForeColor property.
Declaration
public static readonly StyleInfoProperty MoreColorsWindowForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PaletteBorderColorProperty
Provides information about the PaletteBorderColor property.
Declaration
public static readonly StyleInfoProperty PaletteBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectedPaletteBorderColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty SelectedPaletteBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |