This document is archived and information here might be outdated. Recommended version. |
The window handle for the inspector.
[Visual Basic .NET]
Public ReadOnly Property hWnd As Integer
[C#]
public int hWnd {get;}
[C++]
HRESULT get_hWnd(
OLE_HANDLE* hWnd
);
[C++] Parameters hWnd [out, retval]
hWnd is a parameter of type OLE_HANDLE*
The Object Inpector reads this property to determine what it will display in its right pane. Custom Object Inspectors must supply the hWnd property of the window or control that is going to be displayed.