Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
PictureVisible property 
 
Type
BOOL for Visual C++ 
boolean for Visual Basic
 
 
Syntax
object.PictureVisible  [=boolean]
 
 
Remarks
Boolean value that determines if the picture currently displayed on the button, if any, is hidden or visible. 
Supported values are the following: 
Value
Meaning
FALSE
The picture is hidden.
TRUE (default)
The picture is visible.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index