Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index