Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRibbonPopupMenu Class

A Ribbon pop-up menu control.

#Declaration

Delphi
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.

See Also