Documentation for this section has not yet been entered.
When the NumericUpDown.Value property is set, the new value is validated to be between the NumericUpDown.Minimum and NumericUpDown.Maximum values. Following this, the NumericUpDown.UpdateEditText method is called to update the spin box's display with the new value in the appropriate format.