TBM_CLEARSELTBM_CLEARSEL*
*Contents  *Index  *Topic Contents
*Previous Topic: Trackbar Control Messages
*Next Topic: TBM_CLEARTICS

TBM_CLEARSEL


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

Clears the current selection range in a trackbar.

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

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.