NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NumericUpDown.ValidateEditText

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();

Remarks

The ValidateEditText method calls the ParseEditText and UpdateEditText methods to validate and update the display of the up-down control.

See Also

NumericUpDown Class | NumericUpDown Members | System.WinForms Namespace | ParseEditText | UpdateEditText