Copyright © 1998-2015 MultiMedia Soft
Enabled property
Type
BOOL for Visual C++
boolean for Visual Basic
Syntax
object.Enabled [=boolean]
Remarks
Boolean value that determines if the control is enabled or disabled.
Supported values are the following:
Value
Meaning
FALSE
The button is not enabled.
TRUE (default)
The button is enabled.