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( VARIANT_BOOL * pVal ); public: HRESULT put_Visible( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getVisible(); public void setVisible( bool ); |
This property shows or hides all the drawing element (whether or not their individual Visible property if set or not).
[Visual Basic .NET] | ||
---|---|---|
|