IToolbarButton.MenuMode

Syntax

MenuMode: Boolean;

Description

The MenuMode property determines whether the context menu set in the PopupMenu property opens on clicking the button.

Comments

The property is set to False by default, the context menu opens on clicking the additional button that is displayed to the right. If the property is set to True, the context menu opens on clicking the button itself.

It is relevant if the PopupMenu property is determined.

See also:

IToolbarButton | IToolbarButton.PopupMenu