IMetabaseListViewItemPopupEventArgs.PopupMenu

Fore Syntax

PopupMenu: IPopupMenu;

Fore.NET Syntax

PopupMenu: IPopupMenu;

Description

The PopupMenu property determines context menu which will be displayed for the element.

Comments

Any component of PopupMenu should be determined as the property value.

Fore and Fore.NET Examples

The example of use is given in description of MetabaseListView.OnGetItemPopup.

See also:

IMetabaseListViewItemPopupEventArgs