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

TdxCustomRibbon.PopupMenuItems Property

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

Declaration

property PopupMenuItems: TdxRibbonPopupMenuItems read; write; default dxRibbonDefaultPopupMenuItems;

Property Value

Type Default
TdxRibbonPopupMenuItems dxRibbonDefaultPopupMenuItems

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. Refer to the corresponding section in the ExpressBars: Resource Strings help topic to learn about the resource strings used as menu items in the Ribbon context menu.

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

See Also