Prev Next

TBM_CLEARSEL Overview  Group

The TBM_CLEARSEL message clears the current selection range in a trackbar.

TBM_CLEARSEL 

wParam = (WPARAM) (BOOL) fRedraw; 

lParam = 0; 

 

Parameters

fRedraw
Redraw flag. If this parameter is TRUE, the trackbar is redrawn after the selection is cleared.

Return Values

No return value.

Remarks

A trackbar can have a selection range only if you specified the TBS_ENABLESELRANGE style when you created it.

See Also

TBM_SETSEL, TBM_SETSELEND, TBM_SETSELSTART