This topic has not yet been rated - Rate this topic

NumericUpDown.ValidateEditText Method

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.