Sets the minimum and maximum values for a System.Windows.Forms.TrackBar.
You can use this method to set the entire range for the System.Windows.Forms.TrackBar at the same time. To set the minimum or maximum values individually, use the TrackBar.Minimum and TrackBar.Maximum properties. If the minValue parameter is greater than the maxValue parameter, maxValue is set equal to minValue.