void xtd::forms::numeric_up_down::set_range | ( | double | min_value, |
double | max_value | ||
) |
Sets the minimum and maximum values for a track_bar.
min_value | The lower limit of the range of the track bar. |
max_value | The upper limit of the range of the track bar. |