TBM_SETSELTBM_SETSEL*
*Contents  *Index  *Topic Contents
*Previous Topic: TBM_SETRANGEMIN
*Next Topic: TBM_SETSELEND

TBM_SETSEL


TBM_SETSEL 
    wParam = (WPARAM) (BOOL) fRedraw; 
    lParam = (LPARAM) MAKELONG(lMinimum, lMaximum); 

Sets the starting and ending logical positions for the current selection range in a trackbar. This message is ignored if the trackbar does not have the TBS_ENABLESELRANGE style.

fRedraw
Redraw flag. If this parameter is TRUE, the message redraws the trackbar after the selection range is set. If this parameter is FALSE, the message sets the selection range but does not redraw the trackbar.
lMinimum
Starting logical position for the selection range.
lMaximum
Ending logical position for the selection range.

See also TBM_GETSELEND, TBM_GETSELSTART, TBM_SETSELEND, TBM_SETSELSTART


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