Skip to main content
A newer version of this page is available. .

TdxRibbonColorGalleryItem Class

A bar item that provides advanced color selection capabilities.

Declaration

TdxRibbonColorGalleryItem = class(
    TCustomdxBarContainerItem
)

Remarks

Clicking this bar item displays a dropdown menu that includes:

  • The Auto menu item, which selects the clDefault color;

  • A color palette including two panels: the Theme Colors panel (a set of theme colors and their shades) and the Standard Colors panel (a set of predefined colors matching the basic colors found in the system Color dialog and the VCL TColorDialog component);

  • A customizable set of custom colors (the Custom Colors panel);

  • The More Colors… menu item, which invokes the DevExpress Color Editor dialog for advanced color selection.

Use the sdxRibbonColorGallery-prefixed resource strings declared in the dxBarStrs unit to localize the dropdown menu’s items and labels.

The TdxRibbonColorGalleryItem class extends its ancestor class with members that allow you to:

See Also