Skip to main content

TcxCustomImageProperties.PopupMenuLayout Property

Provides access to context menu layout settings.

Declaration

property PopupMenuLayout: TcxPopupMenuLayout read; write;

Property Value

Type Description
TcxPopupMenuLayout

Stores context menu layout settings for an unbound or data-aware image editor.

Remarks

Users can invoke the context menu to activate built-in image editor commands. You can use the PopupMenuLayout property to customize the context menu.

VCL Editors Library: The Default Context Menu

You can use the PopupMenuLayout.MenuItems property to change the list of available menu items or add a custom menu item. Refer to the TcxPopupMenuLayout class description for detailed information on all available options.

See Also