Share via


CMDIChildWndEx::AddPane

Adds a pane.

BOOL AddPane(
   CBasePane* pControlBar,
   BOOL bTail = TRUE
);

Parameters

  • [in] pControlBar
    A pointer to the pane.

  • [in] bTail
    TRUE to add the pane to the end of the list of panes for the docking manager; otherwise, FALSE.

Return Value

TRUE if the pane was successfully registered with the docking manager; otherwise, FALSE.

Requirements

Header: afxmdichildwndex.h

See Also

Reference

CMDIChildWndEx Class

Hierarchy Chart