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!

UpDownBase.UpdateEditText

When overridden in a derived class, updates the text displayed in the up-down control.

[Visual Basic]
MustOverride Protected Sub UpdateEditText()
[C#]
protected abstract void UpdateEditText();
[C++]
protected: virtual void UpdateEditText() = 0;
[JScript]
protected abstract function UpdateEditText();

Remarks

Notes to Inheritors: When overriding this method in a derived class, be sure to the update the Text property of the up-down control.

See Also

UpDownBase Class | UpDownBase Members | System.WinForms Namespace | UpButton | DownButton