ArcObjects Library Reference (ArcMapUI)  

IDataWindow2 Interface

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

Product Availability

Available with ArcGIS Desktop.

Members

Description
Write-only property Application Provides the window with a reference to the application.
Method Destroy Close and destroy the window.
Read/write property EnableContextMenu Indicates if the context menu should be enabled.
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.
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.
Read/write property Tag For developer use.

CoClasses that implement IDataWindow2

CoClasses and Classes Description
ImageInsetWindow Window to display ImageInsets.
MapInsetWindow Window to display MapInsets.
OverviewWindow Window to display Overviews.
TableWindow Window to display Tables in ArcMap.

.NET Related Topics

Creating objects using non-creatable classes