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


IARControl.ViewWindow Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARControl Interface > IARControl.ViewWindow Property
ArcGIS Developer Help

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