ArcObjects Library Reference  (PublisherControls)    

IARControlDefault.ViewWindow Property

Handle to the view window associated with the control.

[Visual Basic 6.0]
Property ViewWindow As Long
[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

IARControlDefault Interface

 


Feedback Send feedback on this page