Skip to main content

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.

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

See Also