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


IEngineObjectInspector.hWnd Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineObjectInspector Interface > IEngineObjectInspector.hWnd Property
ArcGIS Developer Help

IEngineObjectInspector.hWnd Property

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*

Product Availability

Available with ArcGIS Engine.

Description

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.

See Also

IEngineObjectInspector Interface

.NET Samples

Tabbed feature inspector