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

Displays the current value of the up-down control in the appropriate format.

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

Remarks

If the up-down control is not being initialized, the current value is validated to be between the Minimum and Maximum values and is converted to the correct format for display in the control.

See Also

NumericUpDown Class | NumericUpDown Members | System.WinForms Namespace | Minimum | Maximum | DecimalPlaces | Hexadecimal | ThousandsSeparator