Enabled Properties
Determines if a button is enabled or dissabled.
Syntax
object.EBEnabled [= value ]
object.NBEnabled [= value ]
The syntax of the Enabled properties has these parts:
| Part | Description |
| object | A DCombo control. |
| value | A boolean expression that determines if a button on the control is enabled (True), or disabled (False). |
Remarks
If this property is set to False, the button appears greyed and the click event does not fire. The standard Enabled property enables or disables the entire control.
Data Type
Boolean