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!

DomainUpDown.DownButton

Displays the next item in the object collection.

[Visual Basic]
Overrides Public Sub DownButton()
[C#]
public override void DownButton();
[C++]
public: override void DownButton();
[JScript]
public override function DownButton();

Remarks

As you move through the collection of items in the DomainUpDown control using the down button you will eventually end up at the last item in the collection. If you continue, and Wrap is set to true, the list will start over with the first item in the collection and appear to be continuous. This behavior is also true when moving through the collection using the up button.

See Also

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