Prev Next

TBM_SETSELSTART Overview  Group

The TBM_SETSELSTART message sets the starting logical position of the current selection range in a trackbar. This message is ignored if the trackbar does not have the TBS_ENABLESELRANGE style.

TBM_SETSELSTART 

wParam = (WPARAM) (BOOL) fRedraw; 

lParam = (LPARAM) (LONG) lStart; 

 

Parameters

fRedraw
Redraw flag. If this parameter is TRUE, the message redraws the trackbar after the selection range is set. If this parameter is FALSE, the message sets the selection range but does not redraw the trackbar.
lStart
Starting position of the selection range.

Return Values

No return value.

See Also

TBM_GETSELEND, TBM_GETSELSTART, TBM_SETSEL, TBM_SETSELEND