IToolbarButton.Enabled

Syntax

Enabled: Boolean;

Description

The Enabled property determines whether a component is available for the user.

Comments

If the property is set to False, the component becomes unavailable and grey, it ignores the events connected with mouse, keyboard, and timer event.

If the button uses the Action object, the value of the Enabled property of the button is determined automatically by the value of the Enabled property of the Action object.

See also:

IToolbarButton