System.Windows.Forms.DomainUpDown: Property Members

The properties of System.Windows.Forms.DomainUpDown are listed below. For a list of all members, see the DomainUpDown Members list.

See Also: Inherited members from System.Windows.Forms.UpDownBase

Public Properties

[read-only]
ItemsDomainUpDown.DomainUpDownItemCollection.

A collection of objects assigned to the spin box (also known as an up-down control).

PaddingPadding.

Gets or sets the spacing between the System.Windows.Forms.DomainUpDown control's contents and its edges.

SelectedIndexint.

Gets or sets the index value of the selected item.

SelectedItemobject.

Gets or sets the selected item based on the index value of the selected item in the collection.

Sortedbool.

Gets or sets a value indicating whether the item collection is sorted.

Wrapbool.

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.