TdxRibbonPopupMenuItems Type
In This Article
Enumerates available groups of menu items to be shown in the Ribbon‘s context menu.
#Declaration
Delphi
TdxRibbonPopupMenuItems = set of TdxRibbonPopupMenuItem;
#Referenced Class
Type |
---|
Tdx |
#Remarks
Values include:
Value | Meaning |
---|---|
rpmi |
A group of check box menu items that allow end-users to control the visibility of associated bar items in the bar. |
rpmi |
The More Commands… menu item that allows end-users to invoke the Customization Form thus enabling the Ribbon customization mode. |
rpmi |
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. |
rpmi |
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. |
rpmi |
The Minimize the Ribbon menu item – allows end-users to hide the currently active tab page in the view. |
See Also