CBasePane::AddPane

Adds a pane to the docking manager.

void AddPane(
   CBasePane* pBar
);

Parameters

  • [in] pBar
    A pointer to a pane to add.

Remarks

This is a convenience method that adds a pane to a docking manager. By using this method, you do not have to write code that analyzes the type of the parent frame.

For more information, see CDockingManager Class and CMDIFrameWndEx::AddPane.

Requirements

Header: afxbasepane.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CBasePane Class