System.Windows.Forms.NumericUpDown.UpdateEditText Method

Displays the current value of the spin box (also known as an up-down control) in the appropriate format.

Syntax

protected override void UpdateEditText ()

Remarks

If the spin box is not being initialized, the current value is validated to be between the NumericUpDown.Minimum and NumericUpDown.Maximum values and is converted to the correct format for display in the control.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0