System.Windows.Forms.DomainUpDown.DownButton Method

Displays the next item in the object collection.

Syntax

public override void DownButton ()

Remarks

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

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0