Share via


TBM_CLEARSEL (Windows CE 5.0)

Send Feedback

This message clears the current selection in a trackbar.

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.
  • lParam
    Not used.

Return Values

None.

Remarks

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

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

TBM_SETSEL

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.