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