This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplay2 Interface > IScreenDisplay2.hWnd Property (ArcObjects .NET 10.5 SDK) |
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