This document is archived and information here might be outdated. Recommended version. |
Indicates if line is visible.
[Visual Basic .NET] Public Property Visible As Boolean
[C#] public bool Visible {get; set;}
[C++]
HRESULT get_Visible(
Boolean* pVisible
);
[C++]
HRESULT put_Visible(
VARIANT_BOOL pVisible
);
[C++]
Parameters pVisible [out, retval]
pVisible is a parameter of type bool* pVisible [in]
pVisible is a parameter of type bool