Show or hide all the elements.
Read-write property
[Visual Basic .NET] |
---|
Public Property Visible() As Boolean |
[C#] |
---|
public bool Visible {get; set;} |
[Managed C++] |
---|
public: __property bool get_Visible(); |
[Unmanaged C++] |
---|
public: HRESULT get_Visible( |
[Java] |
---|
public bool getVisible();public void setVisible( |
This property shows or hides all the drawing element (whether or not their individual Visible property if set or not).
[Visual Basic .NET] | ![]() | |
---|---|---|
|