System.Windows.Forms.DomainUpDown.Wrap Property

Gets or sets a value indicating whether the collection of items continues to the first or last item if the user continues past the end of the list.

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue(false)]
public bool Wrap { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the DomainUpDown.Wrap property is set to true, if you reach the last item in the collection and continue, the list will start over with the first item and appear to be continuous. This behavior works in reverse as well.

Requirements

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