TdxRibbonPopupMenuItems Type
Enumerates available groups of menu items to be shown in the Ribbon‘s context menu.
Declaration
TdxRibbonPopupMenuItems = set of TdxRibbonPopupMenuItem;
Referenced Class
Type |
---|
TdxRibbonPopupMenuItem |
Remarks
Values include:
Value | Meaning |
---|---|
rpmiItems | A group of check box menu items that allow end-users to control the visibility of associated bar items in the bar. |
rpmiMoreCommands | The More Commands… menu item that allows end-users to invoke the Customization Form thus enabling the Ribbon customization mode. |
rpmiQATPosition | The Show Below the Ribbon (Show Above the Ribbon) menu item – allows end-users to move the bar to either the bottom or the top of the Ribbon. |
rpmiQATAddRemoveItem | 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. |
rpmiMinimizeRibbon | The Minimize the Ribbon menu item – allows end-users to hide the currently active tab page in the view. |
See Also