vcl-cximage-779f1565.md
Stores context menu layout settings for an unbound or data-aware image editor.
TcxPopupMenuLayout = class(
TPersistent
)
Users can invoke the following context menu to activate built-in image editor commands:
The list below outlines key members of the TcxPopupMenuLayout class that allow you to customize the context menu in image editors.
Allows you to remove individual predefined menu items or add a custom item at the bottom of the menu.
You can handle the image editor’s Properties.OnCustomClick event to respond to clicks on the custom menu item.
CustomMenuItemCaption | CustomMenuItemGlyphSpecify caption and glyph for a custom menu item.
The TcxCustomImageProperties.PopupMenuLayout property references a TcxPopupMenuLayout object.
TObject TPersistent TcxPopupMenuLayout
See Also