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

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

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