BOOL CBCGPMDIChildWnd::DockControlBarLeftOf | ( | CBCGPControlBar * | pBar, |
CBCGPControlBar * | pLeftOf | ||
) |
Docks one toolbar at the left side of the other toolbar
Call this member function when you need to dock several toolbars objects in predefined order. It takes the tool bar specified by the pBar parameter and docks it at the left side of the toolbar specified by pLeftOf parameter.
pBar | A pointer to the toolbar object that is to be docked. |
pLeftOf | A pointer to the toolbar that serves as origin. |