Back to Devexpress

TdxCustomRibbon.PopupMenuItems Property

vcl-dxribbon-dot-tdxcustomribbon-caa23f53.md

latest2.0 KB
Original Source

TdxCustomRibbon.PopupMenuItems Property

Specifies menu item groups to be shown in the Ribbon context menu.

Declaration

delphi
property PopupMenuItems: TdxRibbonPopupMenuItems read; write; default dxRibbonDefaultPopupMenuItems;

Property Value

TypeDefault
TdxRibbonPopupMenuItemsdxRibbonDefaultPopupMenuItems

Remarks

The Ribbon context menu is divided into four logical groups:

  • Check box menu items that allow end-users to control the visibility of associated bar items in the bar (the rpmiItems flag).

  • The More Commands… menu item – allows end-users to invoke the Customization Form, enabling the Ribbon customization mode (the rpmiMoreCommands flag).

  • The Show Quick Access Toolbar Above the Ribbon ( Show Quick Access Toolbar Below the Ribbon ) menu item – allows end-users to position the Quick Access Toolbar at either the top or the bottom of the Ribbon (the rpmiQATPosition flag).

  • The Add to Quick Access Toolbar ( Remove from Quick Access Toolbar ) menu item – allows end-users to add (or remove) new bar items to the Quick Access Toolbar (the rpmiQATAddRemoveItem flag).

  • The Minimize the Ribbon menu item – allows end-users to hide the tab page panel in the view (the rpmiMinimizeRibbon flag).

Using the PopupMenuItems property, you can change the visibility of menu sections for different menu-enabled Ribbon elements.

The default value of the PopupMenuItems property is [rpmiItems, rpmiMoreCommands , rpmiQATPosition , rpmiQATAddRemoveItem ,rpmiMinimizeRibbon].

See Also

TdxRibbonPopupMenu Class

TdxCustomRibbon Class

TdxCustomRibbon Members

dxRibbon Unit