Contents Index Topic Contents | ||
Previous Topic: TBM_SETRANGEMAX Next Topic: TBM_SETSEL |
TBM_SETRANGEMIN
TBM_SETRANGEMIN wParam = (WPARAM) fRedraw; lParam = (LPARAM) lMinimum;Sets the minimum logical position for the slider in a trackbar.
- No return value.
- fRedraw
- Redraw flag. If this parameter is TRUE, the message redraws the trackbar after the range is set. If this parameter is FALSE, the message sets the range but does not redraw the trackbar.
- lMinimum
- Minimum position for the slider.
If the current slider position is less than the new minimum, the TBM_SETRANGEMIN message sets the slider position to the new minimum value.
See also TBM_SETRANGE, TBM_SETRANGEMAX
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.