IMenuButton.StayPressed

Syntax

StayPressed: Boolean;

Description

The StayPressed determines whether the key should be pressed before the popup menu closes.

Comments

Pressing the button calls the context menu. If this property is set to True, after call of menu the button is pressed till the moment when menu is closed. If this property is set to False, after call of the menu the button returns in the initial state. By default this property is set to False.

See also:

IMenuButton