Class ColorPicker
Represents control that displays a selected color and allows to change it.
[ControlCategory("Editors")]
public class ColorPicker : SpeedColorButton, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, ILayoutItem, INotifyDataErrorInfo, ICommandSource
- Inheritance
-
ColorPicker
- Implements
Remarks
Example of how a ColorPicker can look on different platforms:

Constructors
- ColorPicker()
Initializes a new instance of the ColorPicker class.
- ColorPicker(Control)
Initializes a new instance of the ColorPicker class.
Fields
- DefaultUseControlColors
Gets or sets whether to assign default control colors in the constructor using UseControlColors(bool). Default is
true.
Properties
- ControlKind
Returns control identifier.
Methods
- OnSystemColorsChanged(EventArgs)
Called when the SystemColorsChanged event is raised.