|  | This document is archived and information here might be outdated. Recommended version. | 
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*