![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineObjectInspector Interface > IEngineObjectInspector.hWnd Property (ArcObjects .NET 10.4 SDK) |
The window handle for the inspector.
[Visual Basic .NET] Public ReadOnly Property hWnd As Integer
[C#] public int hWnd {get;}
[C++]
HRESULT get_hWnd(
long* hWnd
);
[C++]
Parameters hWnd [out, retval] hWnd is a parameter of type long
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.