Skip to main content

TdxRibbonGalleryItemBarItemLink Class

A bar item link within a ribbon gallery‘s collection of item links.

Declaration

TdxRibbonGalleryItemBarItemLink = class(
    TdxBarItemLink
)

Remarks

A ribbon gallery can contain bar items. A TdxRibbonGalleryItemBarItemLink class instance is the link between the gallery’s popup-menu item and the item control in the toolbar. Every time you populate a popup-menu with a new item, its link is added to the item link collection within the corresponding gallery.

The in-ribbon gallery’s ItemLinks and drop-down gallery’s ItemLinks properties reference a TdxRibbonGalleryItemBarItemLink object.

See Also