Back to Devexpress

TdxRibbonPopupMenu Class

vcl-dxribbon-6a902e78.md

latest1.7 KB
Original Source

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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarCustomPopupComponent TdxBarCustomPopupMenuComponent TdxBarCustomPopupMenu TdxRibbonCustomPopupMenu TdxRibbonPopupMenu

See Also

Customizing Popup Menu

TdxRibbonPopupMenu Members

dxRibbon Unit