SECMultiDocTemplate::AddToParentList
voidSECMultiDocTemplate::AddToParentList(HWNDhWndParent)
CCtrlView derived classes which are immediate children of frames that participate in docking actions will normally lose the ability to receive notifications since the parent control will be destroyed during the docking action. However, if EnableReflection is called then these parent windows will be retained and destroyed later. To facilitate this such parent windows should be registered using this method.
Defined in: Sdocmult.cpp
Return Value
void
Parameters
hWndParent
The parent window that is to be added. This window has to be CFrameWnd derived.