BCGControlBar Pro for MFC
void CBCGPRibbonStatusBar::SetInformation ( LPCTSTR  lpszInfo)

Sets status bar in "information" mode.

Use this method to put status bar in "information" mode. In this mode status bar hides all panes and displays information string specified by lpszInfo.

Call this method with lpszInfo = NULL to revert to regular mode.

Parameters
lpszInfoSpecifies the information string.