Back to Devexpress

TcxPopupMenuLayout Class

vcl-cximage-779f1565.md

latest1.6 KB
Original Source

TcxPopupMenuLayout Class

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

Declaration

delphi
TcxPopupMenuLayout = class(
    TPersistent
)

Remarks

Users can invoke the following context menu to activate built-in image editor commands:

Main API Members

The list below outlines key members of the TcxPopupMenuLayout class that allow you to customize the context menu in image editors.

MenuItems

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.

Direct TcxPopupMenuLayout Class Reference

The TcxCustomImageProperties.PopupMenuLayout property references a TcxPopupMenuLayout object.

Inheritance

TObject TPersistent TcxPopupMenuLayout

See Also

TcxPopupMenuLayout Members

cxImage Unit