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