Back to Devexpress

TcxCustomImageProperties.PopupMenuLayout Property

vcl-cximage-dot-tcxcustomimageproperties.md

latest1.2 KB
Original Source

TcxCustomImageProperties.PopupMenuLayout Property

Provides access to context menu layout settings.

Declaration

delphi
property PopupMenuLayout: TcxPopupMenuLayout read; write;

Property Value

TypeDescription
TcxPopupMenuLayout

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

|

Remarks

Users can open the context menu to activate built-in image editor commands. You can use the PopupMenuLayout property to customize the 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

TcxCustomImageProperties Class

TcxCustomImageProperties Members

cxImage Unit