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();
Notes to Inheritors: When overriding this method in a derived class, be sure to the update the Text property of the up-down control.
UpDownBase Class | UpDownBase Members | System.WinForms Namespace | UpButton | DownButton