Class ColorPickerUIActionList
Represents a list of items used for the ColorPickerUIAdv.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ColorPickerUIActionList : SyncActionListBase<ColorPickerUIAdv>
Constructors
ColorPickerUIActionList(IComponent)
Initialize a new instance of the ColorPickerUIActionList class.
Declaration
public ColorPickerUIActionList(IComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.IComponent | component | An instance of component. |
Properties
Horizontal
Gets or sets the HorizontalItemsSpacing.
Declaration
public int Horizontal { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The style. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
| Type |
|---|
| System.String |
Office2007ColorScheme
Gets or sets the Office2007 color scheme.
Declaration
public Office2007Theme Office2007ColorScheme { get; set; }
Property Value
| Type | Description |
|---|---|
| Office2007Theme | The Office2007 color scheme. |
Office2010ColorScheme
Gets or sets the Office2010 color scheme.
Declaration
public Office2010Theme Office2010ColorScheme { get; set; }
Property Value
| Type | Description |
|---|---|
| Office2010Theme | The Office2010 color scheme. |
Style
Gets or sets the visual style.
Declaration
public ColorPickerUIAdv.visualstyle Style { get; set; }
Property Value
| Type | Description |
|---|---|
| ColorPickerUIAdv.visualstyle | The style. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| System.String |
Vertical
Gets or sets the VerticalItemsSpacing.
Declaration
public int Vertical { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The style. |
Methods
InitializeActionList()
Overrridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.ColorPickerUIAdv>.InitializeActionList()