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.
bEnable | Specifies whether the taskpane should use navigation toolbar (TRUE) or not (FALSE). |
uiToolbarBmpRes | Resource ID of a bitmap with toolbar images. |
sizeToolbarImage | Specifies the size of a toolbar image. |
sizeToolbarButton | Specified the size of a toolbar button. |