CWnd::SetParent
Changes the parent window of a child window.
CWnd* SetParent(
CWnd* pWndNewParent
);
Parameters
- pWndNewParent
Identifies the new parent window.
Return Value
A pointer to the previous parent window object if successful. The returned pointer may be temporary and should not be stored for later use.
Remarks
If the child window is visible, Windows performs the appropriate redrawing and repainting.
Requirements
Header: afxwin.h