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


IDockableWindow.IsVisible Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > ID > IDockableWindow Interface > IDockableWindow.IsVisible Method
ArcGIS Developer Help

IDockableWindow.IsVisible Method

Indicates if this docking window is visible.

[Visual Basic .NET]
Public Function IsVisible ( _
) As Boolean
[C#]
public bool IsVisible (
);

Product Availability

Available with ArcGIS Desktop.

See Also

IDockableWindow Interface