CMDIFrameWndEx::DockPane

停靠指定的窗格到框架窗口。

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

参数

  • [in] pBar
    为停靠窗格的指针。

  • [in] nDockBarID
    指定停靠的框架窗口的哪端。

  • [in] lpRect
    未使用。

备注

此方法停靠窗格指定某个指定框架窗口一侧,当 CBasePane::EnableDockingCMDIFrameWndEx::EnableDocking 调用。

示例

下面的示例演示 DockPane 方法的用法。 此代码段来自 VisualStudioDemo示例:MFC Visual Studio应用程序

    DockPane(&m_wndMenuBar);
    DockPane(&m_wndToolBar);
    DockPane(&m_wndPropertiesBar);

    DockPane(&m_wndToolbarBuild);

要求

标头: afxMDIFrameWndEx.h

请参见

参考

CMDIFrameWndEx选件类

层次结构图