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
[read-only] | Items | DomainUpDown.DomainUpDownItemCollection.
A collection of objects assigned to the spin box (also known as an up-down control). |
Padding | Padding.
Gets or sets the spacing between the System.Windows.Forms.DomainUpDown control's contents and its edges. | |
SelectedIndex | int.
Gets or sets the index value of the selected item. | |
SelectedItem | object.
Gets or sets the selected item based on the index value of the selected item in the collection. | |
Sorted | bool.
Gets or sets a value indicating whether the item collection is sorted. | |
Wrap | bool.
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. |