BCGControlBar Pro for MFC
virtual void CBCGPAppBarWnd::OnAppBarStateChange ( BOOL  bAutoHide,
BOOL  bAlwaysOnTop 
)
virtual

Called by the framework to handle the system ABN_STATECHANGE message.

The ABN_STATECHANGE message notifies an application bar that the task bar's auto-hide or always-on-top state has changed. The application bar can use this to conform to the settings of the system task bar.

Parameters
bAutoHideSpecifies new auto-hide state of the application bar.
bAlwaysOnTopSpecifies new always-on-top state of the application bar.