BCGControlBar Pro for MFC
BOOL CBCGPDockManager::m_bHideDockingBarsInContainerMode
static

Tells the docking manager to hide control bars in OLE container mode.

Set this value to FALSE if you want to keep all control bars docked to the main frame visible, when the application is working as OLE container. By the default this value is TRUE.

Note. If you set m_bHideDockingBarsInContainerMode to FALSE and experience flickering, you need to recompile the library with the following preprocessor definition:

BCGP_USE_OLEIMPL

and add to the "Options | Directories | Include files" path to MICROSOFT VISUAL STUDIO\VC98\MFC\SRC (for Visual Studio 6.0), because in this case the library includes oleimpl2.h.