Contents Index Topic Contents | ||
Previous Topic: SB_SETUNICODEFORMAT Next Topic: Status Bar Notifications |
SB_SIMPLE
SB_SIMPLE wParam = (WPARAM) (BOOL) fSimple; lParam = 0;Specifies whether a status window displays simple text or displays all window parts set by a previous SB_SETPARTS message.
- Returns FALSE if an error occurs.
- fSimple
- Display type flag. If this parameter is TRUE, the window displays simple text. If it is FALSE, it displays multiple parts.
If the status window is being changed from nonsimple to simple, or vice versa, the window is immediately redrawn.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.