|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| commctrl.h
| Unicode
| No
| Platform Notes
| None
|
|
|
SB_SIMPLE
The SB_SIMPLE message specifies whether a status window displays simple text
or displays all window parts set by a previous SB_SETPARTS message.
SB_SIMPLE
wParam = (WPARAM) (BOOL) fSimple;
lParam = 0;
Parameters
fSimple
Display type flag. If this parameter is TRUE, the window displays simple text.
If it is FALSE, it displays multiple parts.
Return Values
Returns FALSE if an error occurs.
Remarks
If the status window is being changed from nonsimple to simple, or vice versa,
the window is immediately redrawn.
See Also
SB_SETPARTS
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|