TdxRibbonPopupMenu Class
A Ribbon pop-up menu control.
Declaration
TdxRibbonPopupMenu = class(
TdxRibbonCustomPopupMenu
)
Remarks
A Ribbon pop-up menu is designed to be used as a context menu (along with the built-in context menu) in Ribbon applications. Use the Ribbon property to bind the pop-up menu control to the Ribbon.
Note: for complete Ribbon UI consistency, a custom background image, specified via the menu’s BackgroundBitmap property (or via the bar manager’s Backgrounds.SubMenu property), is suppressed and the menu is provided with a built-in background.
Inheritance
See Also