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

TdxRibbonCustomPopupMenu Class

The base class for classes implementing Ribbon pop-up menu controls (menus and drop-down galleries).

Declaration

TdxRibbonCustomPopupMenu = class(
    TdxBarCustomPopupMenu
)

Remarks

The TdxRibbonCustomPopupMenu class provides a Ribbon property that allows you to bind it to the Ribbon.

TdxRibbonCustomPopupMenu descendants include: TdxRibbonPopupMenu and TdxRibbonDropDownGallery.

See Also