This document is archived and information here might be outdated. Recommended version. |
Indicates if elements of the specified source should be rendered.
[Visual Basic .NET]
Public Function get_IsSourceVisible ( _
ByVal sourceName As String _
) As Boolean
[Visual Basic .NET]
Public Sub set_IsSourceVisible ( _
ByVal sourceName As String, _
ByVal Visible As Boolean _
)
[C#]
public bool get_IsSourceVisible (
string sourceName
);
[C#]
public void set_IsSourceVisible (
string sourceName,
bool Visible
);
[C++]
HRESULT get_IsSourceVisible(
BSTR sourceName,
Boolean* Visible
);
[C++]
HRESULT put_IsSourceVisible(
BSTR sourceName,
VARIANT_BOOL Visible
);
[C++] Parameters sourceName [in]
sourceName is a parameter of type BSTR Visible [out, retval]
Visible is a parameter of type bool* sourceName [in]
sourceName is a parameter of type BSTR Visible [in]
Visible is a parameter of type bool