CStatusBarCtrl::SetSimple
Specifies whether a status bar control displays simple text or displays all control parts set by a previous call to SetParts.
BOOL SetSimple(
BOOL bSimple = TRUE
);
- [in] bSimple
Display-type flag. If this parameter is TRUE, the control displays simple text; if it is FALSE, it displays multiple parts.
Always returns 0.
If your application changes the status bar control from non-simple to simple, or vice versa, the system immediately redraws the control.
Header: afxcmn.h