Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
);
Parameters
- [in] bSimple
Display-type flag. If this parameter is TRUE, the control displays simple text; if it is FALSE, it displays multiple parts.
Return Value
Always returns 0.
Remarks
If your application changes the status bar control from non-simple to simple, or vice versa, the system immediately redraws the control.
Requirements
Header: afxcmn.h