|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| winuser.h
| Unicode
| No
| Platform Notes
| None
|
|
|
SBM_SETPOS
An application sends the SBM_SETPOS message to a scroll bar control to set the
position of the scroll box (thumb) and, if requested, redraw the scroll bar to
reflect the new position of the scroll box.
SBM_SETPOS
wParam = (WPARAM) nPos; // new position of scroll box
lParam = (LPARAM) (BOOL) fRedraw; // redraw flag
Parameters
nPos
Specifies the new position of the scroll box. It must be within the scrolling
range.
fRedraw
Specifies whether the scroll bar should be redrawn to reflect the new scroll
box position. If this parameter is TRUE, the scroll bar is redrawn. If it is
FALSE, the scroll bar is not redrawn.
Return Values
If the position of the scroll box changed, the return value is the previous
position of the scroll box; otherwise, it is zero.
Remarks
If the scroll bar control is redrawn by a subsequent call to another function,
setting the fRedraw parameter to FALSE is useful.
See Also
SBM_GETPOS, SBM_GETRANGE, SBM_SETRANGE, SBM_SETRANGEREDRAW
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
|