When overridden in a derived class, handles the pressing of the down button on the up-down control.
[Visual Basic] MustOverride Public Sub DownButton() [C#] public abstract void DownButton(); [C++] public: virtual void DownButton() = 0; [JScript] public abstract function DownButton();
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 | UpButton