Validates and updates the text displayed in the up-down control.
[Visual Basic] Overrides Protected Sub ValidateEditText() [C#] protected override void ValidateEditText(); [C++] protected: override void ValidateEditText(); [JScript] protected override function ValidateEditText();
The ValidateEditText method calls the ParseEditText and UpdateEditText methods to validate and update the display of the up-down control.
NumericUpDown Class | NumericUpDown Members | System.WinForms Namespace | ParseEditText | UpdateEditText