BCGControlBar Pro for MFC
virtual CBCGPMDIChildWnd* CBCGPMDIFrameWnd::ControlBarToTabbedDocument ( CBCGPDockingControlBar pBar)
virtual

Turns a docking control bar to tabbed document.

This function can be used to convert a docking control bar to tabbed document. When you call this method, the framework creates a CBCGPMDIChildWnd object, removes the docking control bar from dock manager and adds the docking control bar to MDI child. MDI child resized the docking bar to cover the whole client area.

Parameters
pBarA pointer to docking control bar.