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


IARControl.ViewWindow Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (PublisherControls)  

IARControl.ViewWindow Property

Handle to the view window associated with the control.

[Visual Basic .NET]
Public ReadOnly Property ViewWindow As Integer
[C#]
public int ViewWindow {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The operating environment identifies each window, form and control in an application by assigning it a handle, or hWnd.  The ArcReaderControl is composed of several windows, this property returns the hWnd of window containing the CurrentView.

See Also

IARControl Interface