Copyright © 2003-2024 MultiMedia Soft
PictureVisible property
Type
[Visual Basic]
Public Property PictureVisible As Boolean
[C#]
public bool PictureVisible {get; set;}
[C++]
public: __property bool get_PictureVisible();
public: __property void set_PictureVisible(bool);
Remarks
Boolean value that determines if the picture currently displayed on the button, if any, must be hidden or visible.
Supported values are the following:
Value
Meaning
False
The picture is hidden.
True (default)
The picture is visible.