|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
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:
|