CODGlobal::DockControlBarLeftOf

void CODGlobal::DockControlBarLeftOf(CFrameWnd* pFrameWnd, CControlBar* pBar, CControlBar* pLeftOf)

Docks a control bar to the left of another control bar.

Defined in: OdGlobal.cpp

Return Value

void

Parameters

pFrameWnd

A pointer to the frame window that the control bars dock to.

pBar

A pointer to the control bar that is being docked.

pLeftOf

A pointer to the control bar being used for reference.