TBM_SETRANGEMIN message
Sets the minimum logical position for the slider in a trackbar.
Parameters
-
wParam
-
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.
-
lParam
-
Minimum position for the slider.
Return value
No return value.
Remarks
If the current slider position is less than the new minimum, the TBM_SETRANGEMIN message sets the slider position to the new minimum value.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
See also
-
Reference