Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
Clickable property 
 
Type
BOOL for Visual C++ 
boolean for Visual Basic
 
 
Syntax
object.Clickable  [=boolean]
 
 
Remarks
Boolean value that determines if the button is clickable, i.e. whether or not the button's appearance will change when the user clicks on it.   
This property is useful if you want to use the button as a frame for your pictures, animations or texts and is set to FALSE by default when the control Style property assumes one of the following values: STYLE_FRAME, STYLE_PICTURE and STYLE_LABEL. 
This property can be changed at design-time using the "Other" tab of the 3D Button Visual Editor application. 
Supported values are the following: 
Value
Meaning
FALSE
The button isn't clickable.
TRUE (default)
The button is clickable.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index