Back to Devexpress

TcxPopupMenuItems Type

vcl-cximage-f6af6f23.md

latest1.1 KB
Original Source

TcxPopupMenuItems Type

A set of flags that correspond to items in the context menu available in unbound and data-aware image editors.

Declaration

delphi
TcxPopupMenuItems = set of TcxPopupMenuItem;

Referenced Class

TypeDescription
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

cxImage Unit