This document is archived and information here might be outdated. Recommended version. |
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;}
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.
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.