IToolbarComboBox.Enabled

Syntax

Enabled: Boolean;

Description

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

Comments

If the property is set to False, the combo box is disabled. Disabled component is grey and it ignores events connected with the mouse, keyboard and timer event.

See also:

IToolbarComboBox