BCGControlBar Pro for MFC
void CBCGPTasksPane::EnableNavigationToolbar ( BOOL  bEnable = TRUE,
UINT  uiToolbarBmpRes = 0,
CSize  sizeToolbarImage = CSize(0, 0),
CSize  sizeToolbarButton = CSize(0, 0) 
)

Enables or disables navigation toolbar.

Use this function to specify whether the tasks pane should use navigation toolbar or not. The navigation toolbar is a toolbar at the top of the taskpane containing the Back, Forward, Home navigation buttons and the menu button with the list of available pages. By default, the navigation toolbar is not used. If the navigation toolbar is not used the navigation buttons are located on the caption of the docking bar.

Parameters
bEnableSpecifies whether the taskpane should use navigation toolbar (TRUE) or not (FALSE).
uiToolbarBmpResResource ID of a bitmap with toolbar images.
sizeToolbarImageSpecifies the size of a toolbar image.
sizeToolbarButtonSpecified the size of a toolbar button.