DomainUpDown.UpButton Method

Definition

Displays the previous item in the collection.

C#
public override void UpButton ();

Remarks

As you move through the collection of items in the DomainUpDown control using the up button, you will eventually reach the first item in the collection. If you continue, and 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.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also