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

См. также

Основные понятия

CStatusBarCtrl Class

CStatusBarCtrl Members

Hierarchy Chart

CStatusBarCtrl::SetParts