This document is archived and information here might be outdated. Recommended version. |
Determine whether the navigator is visible.
[Visual Basic .NET]
Public Property NavigatorVisible As Boolean
[C#]
public bool NavigatorVisible {get; set;}
[C++]
HRESULT get_NavigatorVisible(
Boolean* Visible
);
[C++]
HRESULT put_NavigatorVisible(
VARIANT_BOOL Visible
);
[C++] Parameters Visible [out, retval]
Visible is a parameter of type bool* Visible [in]
Visible is a parameter of type bool