Skip to main content

TcxCustomImageProperties.PopupMenuLayout Property

Specifies the popup menu layout.

Declaration

property PopupMenuLayout: TcxPopupMenuLayout read; write;

Property Value

Type
TcxPopupMenuLayout

Remarks

The PopupMenuLayout property allows you to determine whether the standard popup menu items are displayed and to define a new custom item. The custom item caption and glyph image representing that item within the popup menu are defined via the CustomMenuItemCaption and CustomMenuItemGlyph properties. The custom menu item is displayed at the bottom of the popup menu and is segregated from the standard menu items via a separator line.

See Also