CMFCRibbonStatusBar::SetInformation
Enables or disables the information mode for the ribbon status bar.
void SetInformation(
LPCTSTR lpszInfo
);
Parameters
- [in] lpszInfo
The information string.
Remarks
Use this method to put the status bar in the information mode. In this mode, the status bar hides all panes and displays the information string specified by lpszInfo.
When lpszInfo is NULL, the status bar reverts to regular mode.
Requirements
Header: afxribbonstatusbar.h