Documentation for this section has not yet been entered.
When the NumericUpDown.Minimum property is set, the NumericUpDown.Maximum property is evaluated and the NumericUpDown.UpdateEditText method is called. If the new NumericUpDown.Minimum property value is greater than the NumericUpDown.Maximum property value, the NumericUpDown.Maximum value is set equal to the NumericUpDown.Minimum value. If the NumericUpDown.Value is less than the new NumericUpDown.Minimum value, the NumericUpDown.Value property is also set equal to the NumericUpDown.Minimum value.