This message clears the current selection in a trackbar.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
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