Copyright © 1998-2015 MultiMedia Soft
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.