CMDIFrameWndEx::DockPane
指定內建的窗格到框架視窗。
void DockPane(
CBasePane* pBar,
UINT nDockBarID=0,
LPCRECT lpRect=NULL
);
參數
[in] pBar
至停駐窗格的指標。[in] nDockBarID
指定內建的框架視窗的哪一邊。[in] lpRect
不適用。
備註
這個方法指定內建窗格加入至其中一個指定框架視窗的右邊,當 CBasePane::EnableDocking 和 CMDIFrameWndEx::EnableDocking 呼叫。
範例
下列範例示範 DockPane 方法的用法。 這個程式碼片段來自 VisualStudioDemo 範例:MFC Visual Studio 應用程式。
DockPane(&m_wndMenuBar);
DockPane(&m_wndToolBar);
DockPane(&m_wndPropertiesBar);
DockPane(&m_wndToolbarBuild);
需求
標題: afxMDIFrameWndEx.h