Skip to main content

TcxPopupMenuLayout Class

Defines the popup menu layout settings.

Declaration

TcxPopupMenuLayout = class(
    TPersistent
)

Remarks

The TcxPopupMenuLayout object contains the settings determining the popup menu layout. It allows you to determine whether standard popup menu items are displayed and to define a new custom item. You can provide a caption and glyph image for this item using the CustomMenuItemCaption and CustomMenuItemGlyph properties. The custom menu item is displayed at the bottom of the popup menu and is segregated from standard menu items via a separator line.

The TcxPopupMenuLayout object is referenced by the Properties.PopupMenuLayout property of TcxImage and TcxDBImage editors.

Inheritance

TObject
TPersistent
TcxPopupMenuLayout
See Also