Back to Devexpress

TdxRibbonPopupMenuItems Type

vcl-dxribbon-8de70217.md

latest1.6 KB
Original Source

TdxRibbonPopupMenuItems Type

Enumerates available groups of menu items to be shown in the Ribbon‘s context menu.

Declaration

delphi
TdxRibbonPopupMenuItems = set of TdxRibbonPopupMenuItem;

Referenced Class

Type
TdxRibbonPopupMenuItem

Remarks

Values include:

ValueMeaning
rpmiItemsA group of check box menu items that allow end-users to control the visibility of associated bar items in the bar.
rpmiMoreCommandsThe More Commands… menu item that allows end-users to invoke the Customization Form thus enabling the Ribbon customization mode.
rpmiQATPositionThe 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.
rpmiQATAddRemoveItemThe 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.
rpmiMinimizeRibbonThe Minimize the Ribbon menu item – allows end-users to hide the currently active tab page in the view.

See Also

TdxCustomRibbon.PopupMenuItems

TdxRibbonQuickAccessToolbar.Position

dxRibbon Unit