|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| commctrl.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
SB_GETTEXT
The SB_GETTEXT message retrieves the text from the specified part of a status
window.
SB_GETTEXT
wParam = (WPARAM) iPart;
lParam = (LPARAM) (LPSTR) szText;
Parameters
iPart
Zero-based index of the part from which to retrieve text.
szText
Pointer to the buffer that receives the text. This parameter is a
null-terminated string.
Return Values
Returns a 32-bit value that consists of two 16-bit values. The low word
specifies the length, in characters, of the text. The high word specifies the type of
operation used to draw the text. The type can be one of the following values:
Value
| Meaning
| 0
| The text is drawn with a border to appear lower than the plane of the window.
| SBT_NOBORDERS
| The text is drawn without borders.
| SBT_POPOUT
| The text is drawn with a border to appear higher than the plane of window.
| SBT_RTLREADING
| Displays text using right-to-left reading order on Hebrew or Arabic systems.
|
If the text has the SBT_OWNERDRAW drawing type, this message returns the
32-bit value associated with the text instead of the length and operation type.
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|