IToolbarComboBox.Enabled

Syntax

Enabled: Boolean;

Description

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

Comments

If the property is set to False, the combobox is disabled. The disabled component is displayed in grey and it ignores events connected with the mouse, keyboard, and timer event.

See also:

IToolbarComboBox