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


IScreenDisplay2.hWnd Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplay2 Interface > IScreenDisplay2.hWnd Property
ArcGIS Developer Help

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 [in]

hWnd is a parameter of type OLE_HANDLE hWnd [out, retval]
hWnd is a parameter of type OLE_HANDLE*

Product Availability

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

See Also

IScreenDisplay2 Interface