ArcObjects Library Reference (Controls)  

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(
  long* hWnd
);
[C++]

Parameters

hWnd [out, retval]   hWnd is a parameter of type long

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 (Code Files: TabbedInspector)