ColorPickerEventArgs - harborsiem/WinForms-Ribbon GitHub Wiki
ColorPickerEventArgs
ColorPickerEventArgs is derived from EventArgs
Public constructors, methods, properties and events:
Constructors:
ColorPickerEventArgs is created by RibbonDropDownColorPicker for the events ColorChanged, Preview and CancelPreview
Methods:
Properties:
Name and (Type) | Description |
---|---|
ColorType (SwatchColorType) | SwatchColorType enum. |
RGBColor (Color?) | The choosen Color. Can be null. |
Events: