Specifies whether the component is enabled.
Declaration
componentObj.Enabled
Read-Write Property | Boolean |
componentObj | One of the user forms components and objects listed in the Applies To section |
Applies To
The property applies to the following components:
TcxButton, TcxButtonEdit, TcxCalcEdit, TcxCheckBox, TcxComboBox, TcxCurrencyEdit, TcxDateEdit, TcxEditButton, TcxGroupBox, TcxLabel, TcxListBox, TcxMemo, TcxMRUEdit, TcxProgressBar, TcxRadioGroup, TcxSpinEdit, TcxTextEdit, TcxTimeEdit, TImage, TPanel, TShape
Description
The Enabled
property specifies whether the component or object responds to mouse and keyboard events. To disable the component, set its Enabled
property to False.
Property Value
True, if the component or object is currently enabled; False otherwise.