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


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

ILensWindow Interface

Provides access to members that control the Lens 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/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.
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
IDataWindow Provides access to members that control popup windows that show map data.

Classes that implement ILensWindow

Classes Description
BAImageInsetWindow Window to display BAImageInsets.
ImageInsetWindow Window to display ImageInsets.
MapInsetWindow Window to display MapInsets.