TdxColorPickerOptionsView.ShowRGBEditors Property
Switches the visibility of RGB (Red, Green, and Blue) editors.
Declaration
property ShowRGBEditors: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
With RGB editors, end-users can specify the values of red, green, and blue color components (each value ranges from 0 to 255). Set the ShowRGBEditors property to False to hide RGB editors in the color picker.
The default value of the ShowRGBEditors property is True.
See Also