Skip to main content

TdxRibbonColorGalleryItem.CustomColors Property

Specifies a set of custom colors.

Declaration

property CustomColors: TStrings read; write;

Property Value

Type
TStrings

Remarks

This property stores custom colors as strings. The string format is ColorX=BBGGRR, where X ranges from A to P and the color value is represented by a hexadecimal color code.

At design time, you can customize the string list stored by this property using the standard VCL string editor. To open it, switch to the Object Inspector and click the ellipsis button next to the CustomColors property. The following image shows the string editor populated with three sample strings.

End-users can click the More Colors… menu item to invoke the Color Editor dialog and customize the custom color set within it.

See Also