ArcObjects Library Reference (ArcMapUI)  

IMapInsetWindow Interface

Provides access to members that control the Map Inset Window.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Write-only property Application Provides the window with a reference to the application.
Method FlashLocation Draw leader lines from the inset to the location on the map shown by the inset.
Read-only property hWnd The window's handle.
Read-only property IsDockable Indicates if the window is dockable.
Read/write property IsLive Indicates if the window shows a live view of what's under it or a snapshot.
Read-only property IsVisible Indicates if the window is visible.
Read/write property MapInset The MapInset 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.
Read-only property ScreenDisplay The screen display used by this window.
Method Show Indicates if the window is shown.
Read/write property UpdateWhileDragging Indicates if the window is redrawn as it's moved or not.

Inherited Interfaces

Interfaces Description
ILensWindow Provides access to members that control the Lens Window.
IDataWindow Provides access to members that control popup windows that show map data.

CoClasses that implement IMapInsetWindow

CoClasses and Classes Description
ImageInsetWindow Window to display ImageInsets.
MapInsetWindow Window to display MapInsets.

.NET Samples

Implementing a schematic digitizing tool (Code Files: DigitTool) | Schematic diagram auto refresh (Code Files: FormAutorefresh)

.NET Related Topics

Creating objects using non-creatable classes