This document is archived and information here might be outdated. Recommended version. |
Get the visibility of an element.
[Visual Basic .NET]
Public Sub GetIsElementVisible ( _
ByVal elementIndex As Integer, _
ByRef pbVisible As Boolean _
)
[C#]
public void GetIsElementVisible (
int elementIndex,
ref bool pbVisible
);
[C++]
HRESULT GetIsElementVisible(
long elementIndex,
Boolean* pbVisible
);
[C++] Parameters elementIndex [in]
elementIndex is a parameter of type long pbVisible [out]
pbVisible is a parameter of type bool*