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


IOverviewWindow Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IO > IOverviewWindow Interface
ArcGIS Developer Help

IOverviewWindow Interface

Provides access to members that control the Overview Window.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Write-only property Application Provides the window with a reference to the application.
Read-only property hWnd The window's handle.
Read-only property IsDockable Indicates if the window is dockable.
Read-only property IsVisible Indicates if the window is visible.
Read/write property Overview The Overview used by this window.
Method PutPosition The window's position in screen pixels.
Method QueryPosition The window's position in screen pixels.
Method Refresh Cause the window to redraw.
Method Show Indicates if the window is shown.

Inherited Interfaces

Interfaces Description
IDataWindow Provides access to members that control popup windows that show map data.

Classes that implement IOverviewWindow

Classes Description
OverviewWindow Window to display Overviews.