Enum ColorUISelectedGroup
Defines the constant that specify the selected color group in the ColorPicker controls.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum ColorUISelectedGroup
Remarks
The ColorUISelectedGroup enumeration is used for specifying the selected color group in the ColorUIControl and the ColorPickerButton controls.
Fields
| Name | Description |
|---|---|
| CustomColors | The custom colors group is selected. |
| None | No color group is selected. |
| StandardColors | The standard colors group is selected. |
| SystemColors | The system colors groups is selected. |
| UserColors | The user colors groups is selected. |