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(
  OLE_HANDLE* hWnd
);
[C++]
HRESULT put_hWnd(
  OLE_HANDLE hWnd
);
[C++]

Parameters

hWnd [out, retval]

  hWnd is a parameter of type OLE_HANDLE

hWnd [in]

  hWnd is a parameter of type OLE_HANDLE

Product Availability

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

See Also

IScreenDisplay2 Interface