CStatusBarCtrl::SetSimple

CStatusBarCtrl::SetSimple

BOOL SetSimple( BOOL bSimple = TRUE );

Return Value

Zero if an error occurs.

Parameters

bSimple

Display-type flag. If this parameter is TRUE, the control displays simple text; if it is FALSE, it displays multiple parts.

Remarks

Call this function to specify whether a status bar control displays simple text or displays all control parts set by a previous call to SetParts.

If the status bar control is being changed from nonsimple to simple, or vice versa, the control is immediately redrawn.

CStatusBarCtrl Overview |  Class Members |  Hierarchy Chart

See Also   CStatusBarCtrl::SetParts