Class ColorPickerUIAdvVisualStyle
Represents the class to define the style for ColorPickerUIAdv control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ColorPickerUIAdvVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ColorPickerUIAdvVisualStyle()
Initializes a new instance of the ColorPickerUIAdvVisualStyle class.
Declaration
public ColorPickerUIAdvVisualStyle()
ColorPickerUIAdvVisualStyle(ColorPickerUIAdvStyleInfoIdentity)
Initializes a new instance of the ColorPickerUIAdvVisualStyle class.
Declaration
public ColorPickerUIAdvVisualStyle(ColorPickerUIAdvStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
ColorPickerUIAdvStyleInfoIdentity | identity | A ColorPickerUIAdvStyleInfoIdentity that holds the identity for this ColorPickerUIAdvStyleInfoStore. |
ColorPickerUIAdvVisualStyle(ColorPickerUIAdvStyleInfoIdentity, ColorPickerUIAdvStyleInfoStore)
Initializes a new instance of the ColorPickerUIAdvVisualStyle class.
Declaration
public ColorPickerUIAdvVisualStyle(ColorPickerUIAdvStyleInfoIdentity identity, ColorPickerUIAdvStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
ColorPickerUIAdvStyleInfoIdentity | identity | A ColorPickerUIAdvStyleInfoIdentity that holds the identity for this ColorPickerUIAdvStyleInfoStore. |
ColorPickerUIAdvStyleInfoStore | store | Holds instance of a ColorPickerUIAdvStyleInfoStore class |
ColorPickerUIAdvVisualStyle(ColorPickerUIAdvStyleInfoStore)
Initializes a new instance of the ColorPickerUIAdvVisualStyle class.
Declaration
public ColorPickerUIAdvVisualStyle(ColorPickerUIAdvStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
ColorPickerUIAdvStyleInfoStore | store | Holds instance of a ColorPickerUIAdvStyleInfoStore class. |
Properties
BackColor
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for the ColorPickerUIAdv control.
Declaration
public static ColorPickerUIAdvVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
ColorPickerUIAdvVisualStyle |
Font
Gets or sets the System.Drawing.Font value of the System.Windows.Forms.Button control.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
GroupHeaderBackColor
Declaration
[ThemeStudio]
public Color GroupHeaderBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MoreColorsWindowBackColor
Declaration
[ThemeStudio]
public Color MoreColorsWindowBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MoreColorsWindowForeColor
Declaration
[ThemeStudio]
public Color MoreColorsWindowForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PaletteBorderColor
Declaration
[ThemeStudio]
public Color PaletteBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SelectedPaletteBorder
Declaration
[ThemeStudio]
public Color SelectedPaletteBorder { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Gets the default style value of the System.Windows.Forms.ComboBoxStyle class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |