TdxColorPickerOptionsView.ShowPreview Property
Switches the visibility of the color preview area.
Declaration
property ShowPreview: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
The color preview area displays the currently selected color. If the OptionsView.AllowEditAlpha and ShowPreview properties are set to True, the preview box has a checkered background, helping you evaluate the transparency level. Set the ShowPreview property to False to hide the preview area in the color picker.
The default value of the ShowPreview property is True.
See Also