TBM_CLEARSEL

This message clears the current selection in a trackbar.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

  1. TBM_CLEARSEL wParam = (WPARAM)(BOOL) fRedraw; lParam = 0;

Parameters

fRedraw

Redraw flag. If set to TRUE, the trackbar is redrawn after the selection is cleared.

Return Values

None.

Remarks

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

See Also

TBM_SETSEL