Skip to main content

TdxRibbonGalleryItem Class

Declaration

TdxRibbonGalleryItem = class(
    TdxCustomRibbonGalleryItem,
    IdxGallery
)

Remarks

A gallery is a bar item used to display a set of command choices.

This type of gallery can only be used in a Ribbon. To display a gallery as a popup window invoked on any TWinControl control, use TdxRibbonDropDownGallery instead.

The TdxRibbonGalleryItem object is referenced by the toolbar’s ItemLinks.Item property.

Implements

See Also