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();
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.
DomainUpDown Class | DomainUpDown Members | System.WinForms Namespace | UpButton