Class ColorPicker
Represents control that displays a selected color and allows to change it.
[ControlCategory("Other")]
public class ColorPicker : Control, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo
- Inheritance
-
ColorPicker
- Implements
Remarks
Example of how a ColorPicker can look on different platforms:
Constructors
- ColorPicker()
Initializes a new instance of the ColorPicker class.
Properties
- ControlKind
Returns control identifier.
- Value
Gets or sets the value assigned to the color picker as a selected color.
Methods
- CreateHandler()
Creates a handler for the control.
- OnValueChanged(EventArgs)
Called when the value of the Value property changes.
- RaiseValueChanged(EventArgs)
Raises the ValueChanged event and calls OnValueChanged(EventArgs).
Events
- ValueChanged
Occurs when the Value property has been changed in some way.