TcxPopupMenuItems Type
A set of flags that correspond to items in the context menu available in unbound and data-aware image editors.
Declaration
TcxPopupMenuItems = set of TcxPopupMenuItem;
Referenced Class
Type | Description |
---|---|
TcxPopupMenuItem | A flag that corresponds to an individual context menu item in unbound and data-aware image editors. |
Remarks
The context menu available in unbound and data-aware image editors initially displays all predefined items: Cut, Copy, Paste, Delete, Load…, Assign From Camera…, Save As…, and Edit…:
Direct TcxPopupMenuItem Type Reference
The TcxPopupMenuLayout.MenuItems property references the TcxPopupMenuItems
type.
See Also