This message sets the starting position of the current selection in a trackbar. This message is ignored if the trackbar does not have the TBS_ENABLESELRANGE style.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
Parameters
fRedraw
Redraw flag. If set to TRUE, the message redraws the trackbar after the selection range is set. If set to FALSE, the message sets the selection range but does not redraw the trackbar.
lStart
Starting position of the selection range.
Return Values
None.
See Also