NumericUpDown::UpdateEditText Method ()

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void UpdateEditText() override

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

.NET Framework
Available since 1.1
Return to top
Show: