System.Windows.Forms.DomainUpDown.UpButton Method

Displays the previous item in the collection.

Syntax

public override void UpButton ()

Remarks

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