NumericUpDown.ValidateEditText Method
.NET Framework 1.1
Validates and updates the text displayed in the up-down control.
[Visual Basic] Overrides Protected Sub ValidateEditText() [C#] protected override void ValidateEditText(); [C++] protected: void ValidateEditText(); [JScript] protected override function ValidateEditText();
Remarks
The ValidateEditText method calls the ParseEditText and UpdateEditText methods to validate and update the display of the up-down control.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
NumericUpDown Class | NumericUpDown Members | System.Windows.Forms Namespace | ParseEditText | UpdateEditText