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