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

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();

Remarks

Notes to Inheritors: When overriding this method in a derived class, be sure to call the UpdateEditText method.

See Also

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