IToolbarButton.MenuMode

Syntax

MenuMode: Boolean;

Description

The MenuMode property indicates whether the context menu set in the PopupMenu property is called on pressing the button.

Comments

By default the property is set to False, the context menu is called on pressing the additional button that is displayed to the right. If the property is set to True, the context menu is called on pressing the button.

It is relevant, if the PopupMenu property is defined.

See also:

IToolbarButton | IToolbarButton.PopupMenu