CWindow::SetParent
Nadřazené okno změní.
HWND SetParent(
HWND hWndNewParent
) throw();
Poznámky
Viz SetParent v .
Příklad
// The following example attaches a HWND to the CWindow object
// and sets the hWndParent as the parent window of the
// window wrapped by CWindow object using CWindow::SetParent.
CWindow myWindow;
myWindow.Attach(hWndChild);
HWND hWndPrevParent = myWindow.SetParent(hWndParent);
Požadavky
Záhlaví: atlwin.h