Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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.

Syntax

TBM_SETSELSTART 
wParam = (WPARAM)(BOOL) 
fRedraw; 

lParam = (LPARAM)(LONG) 
lStart;

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 Value

None.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also