When overridden in a derived class, handles the pressing of the up button on the up-down control.
[Visual Basic] MustOverride Public Sub UpButton() [C#] public abstract void UpButton(); [C++] public: virtual void UpButton() = 0; [JScript] public abstract function UpButton();
Notes to Inheritors: When overriding this method in a derived class, be sure to call the UpdateEditText method.
UpDownBase Class | UpDownBase Members | System.WinForms Namespace | DownButton