Skip to main content

TdxCustomColorEditProperties.ItemShowHint Property

Specifies if hints are displayed for items within the color gallery embedded in the color editor‘s dropdown window.

Declaration

property ItemShowHint: Boolean read; write;

Property Value

Type
Boolean

Remarks

The color gallery’s item hints display either hexadecimal color codes or color names (for gallery items with named colors, such as clRed, clBlue, etc.)

Set the ItemShowHint property to True or False to enable or disable hints for color gallery items, respectively.

See Also