IPopupMenu.AutoPopup

Syntax

AutoPopup: Boolean;

Description

The AutoPopup property indicates whether the context menu appears automatically on clicking the additional mouse button.

Comments

If the property is set to False, the Popup method should be used to display the context menu. Default value of this property is True.

See also:

IPopupMenu