CMDIChildWndEx::DockPane

更新 : 2007 年 11 月

ペインをドッキングします。

void DockPane(
   CBasePane* pBar,
   UINT nDockBarID = 0,
   LPCRECT lpRect = NULL
);

パラメータ

  • [入力] pBar
    ペインへのポインタ。

  • [入力] nDockBarID
    ペインの ID。

  • [入力] lpRect
    四角形へのポインタ。

解説

lpRect パラメータは使用されません。

必要条件

ヘッダー : afxmdichildwndex.h

参照

概念

MFC 階層図

参照

CMDIChildWndEx クラス