Back to Devexpress

TdxRibbonColorGalleryItem Class

vcl-dxribboncolorgallery-a9b9ae56.md

latest2.9 KB
Original Source

TdxRibbonColorGalleryItem Class

A bar item that provides advanced color selection capabilities.

Declaration

delphi
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:

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarButtonLikeItem TCustomdxBarSubItem TCustomdxBarContainerItem TdxRibbonColorGalleryItem

See Also

TdxBarContainerItemControl

List of Bar Item Types

TdxRibbonColorGalleryItem Members

dxRibbonColorGallery Unit