BCGControlBar Pro for MFC
virtual void CBCGPAppBarWnd::OnAppBarFullScreenApp ( BOOL  bOpen)
virtual

Called by the framework to handle the system ABN_FULLSCREENAPP message.

The ABN_FULLSCREENAPP message notifies the application bar when a full screen application is opening or closing. When a full screen application is opening, the application bar must drop to the bottom of Z-Order. When the app is closing, it should restore previous Z-order position.

Parameters
bOpenTRUE, if a full screen application is opening. FALSE, if the full screen application is closing.