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


IDockableWindowDef.ChildHWND Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > ID > IDockableWindowDef Interface > IDockableWindowDef.ChildHWND Property
ArcGIS Developer Help

IDockableWindowDef.ChildHWND Property

The hWnd of the window to be embedded in a dockable window.

[Visual Basic .NET]
Public ReadOnly Property ChildHWND As Integer
[C#]
public int ChildHWND {get;}

Product Availability

Available with ArcGIS Desktop.
[C#]

If you embed or reference any ActiveX control in the child form of your dockable window, you must call Form::Dispose() at OnDestroy to release the ActiveX control before application shutdown.

[Visual Basic .NET]

If you embed or reference any ActiveX control in the child form of your dockable window, you must call Form::Dispose() at OnDestroy to release the ActiveX control before application shutdown.

See Also

IDockableWindowDef Interface