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.ParseEditText

Converts the text displayed in the up-down control to a numeric value and evaluates it.

[Visual Basic]
Protected Sub ParseEditText()
[C#]
protected void ParseEditText();
[C++]
protected: void ParseEditText();
[JScript]
protected function ParseEditText();

Remarks

If UserEdit is set to true the text displayed is converted to a numeric value so it may be validated to be between the Minimum and Maximum property values.

See Also

NumericUpDown Class | NumericUpDown Members | System.WinForms Namespace | Minimum | Maximum | UserEdit