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


IScreenDisplay2.hWnd Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IScreenDisplay2.hWnd Property

Associated window handle.

[Visual Basic .NET]
Public Property hWnd As Integer
[C#]
public int hWnd {get; set;}
[C++]
HRESULT get_hWnd(
  long* hWnd
);
[C++]
HRESULT put_hWnd(
  long hWnd
);
[C++]

Parameters hWnd [out, retval] hWnd is a parameter of type long hWnd [in] hWnd is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IScreenDisplay2 Interface