Show or hide all the elements.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Visible() As Boolean |
| [C#] |
|---|
|
| [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] | Copy Code | |
|---|---|---|
| ||
