IPopupMenu.AutoPopup

Syntax

AutoPopup: Boolean;

Description

The AutoPopup property determines 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. The property is set to True by default.

See also:

IPopupMenu