BCGControlBar Pro for MFC
void CBCGPFrameWnd::EnableFullScreenMainMenu ( BOOL  bEnableMenu,
BOOL  bMenuCloseButton = TRUE 
)
inline

Makes the main menu visible or invisible in the full screen mode.

Use this function to make the main menu visible or invisible in the full screen mode. You can enable the frame to work in full screen mode using EnableFullScreenMode().

The main menu is visible by the default.

Parameters
bEnableMenuSpecifies whether the main menu is shown or not in full screen mode.
bMenuCloseButtonSpecifies whether the main menu has a "Full Screen" toggle button located right of the menu items. If this parameter is FALSE, the temporary floating toolbar with a single "Close" button will be created automatically upon the full-screen mode activation.