BCGControlBar Pro for MFC
static void CBCGPDockManager::EnableDockBarMenu ( BOOL  bEnable = TRUE)
inlinestatic

Enables an additional button opening a popup menu to be displayed on captions of all docking bars.

This popup menu displays the following items:

  • Floating - floats a docking bar on the screen
  • Docking - docks a docking bar at the main frame at its recent docking position
  • AutoHide - switch the bar to autohide mode
  • Hide - hides a docking bar

By default an additional button is not displayed.

Parameters
bEnableIf TRUE, the additional button will be enabled.