IMenuItem.CloseOnCommand

Syntax

CloseOnCommand: Boolean;

Description

The CloseOnCommand property indicates whether menu closes after selection of this menu item.

Comments

By default the property is set to True, the menu closes after selection of the menu item. If the property is set to False, the menu remains opened after selection of the menu item.

See also:

IMenuItem