次の方法で共有


CWindow::SetParent

更新 : 2007 年 11 月

親ウィンドウを変更します。

HWND SetParent(
   HWND hWndNewParent 
) throw();

解説

Windows SDK の「SetParent」を参照してください。

使用例

// 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);

必要条件

ヘッダー : atlwin.h

参照

参照

CWindow クラス

CWindow::GetParent

その他の技術情報

CWindow のメンバ