This document is archived and information here might be outdated.  Recommended version.


IEngineAttributeWindow.Visible Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

IEngineAttributeWindow.Visible Property

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(
  VARIANT_BOOL vis
);
[C++]

Parameters vis [out, retval] vis is a parameter of type VARIANT_BOOL vis [in] vis is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine.

See Also

IEngineAttributeWindow Interface