Indicates if a network renderer at the specific position is visible.
[Visual Basic 6.0] Property Visible(
ByVal Index As Long _
) As Boolean
[Visual Basic .NET] Public Function get_Visible ( _ ByVal Index As Integer _ ) As Boolean
[Visual Basic .NET] Public Sub set_Visible ( _ ByVal Index As Integer, _ ByVal Visible As Boolean _ )
[C#] public bool get_Visible ( int Index );
[C#] public void set_Visible ( int Index, bool Visible );
[Java] public getVisible ( Long Index, boolean Visible )
[Java] public void setVisible( Long Index, boolean Visible ) throws IOException, AutomationException
[C++]
HRESULT get_Visible(
long Index,
VARIANT_BOOL* Visible
);
[C++] HRESULT put_Visible( long Index, VARIANT_BOOL Visible);
Parameters
Index [in]
Index is a parameter of type long
Visible [out, retval]
Visible is a parameter of type VARIANT_BOOL
Index [in]
Index is a parameter of type long
Visible [in]
Visible is a parameter of type VARIANT_BOOL