Show or hide the element.
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 has no effect if the parent
collection has its Visible flag
set to false.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||