System.Windows.Forms.DomainUpDown Members

The members of System.Windows.Forms.DomainUpDown are listed below.

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

Public Constructors

Initializes a new instance of the System.Windows.Forms.DomainUpDown class.

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.

Public Methods

override
DownButton()

Displays the next item in the object collection.

override
ToString() : string

Returns a string that represents the System.Windows.Forms.DomainUpDown control.

override
UpButton()

Displays the previous item in the collection.

Protected Methods

override
CreateAccessibilityInstance() : AccessibleObject

Creates a new accessibility object for the System.Windows.Forms.DomainUpDown control.

override
OnChanged(object, EventArgs)

Raises the DomainUpDown.SelectedItemChanged event.

OnSelectedItemChanged(object, EventArgs)

Raises the DomainUpDown.SelectedItemChanged event.

override
OnTextBoxKeyDown(object, KeyEventArgs)
Documentation for this section has not yet been entered.
override
OnTextBoxKeyPress(object, KeyPressEventArgs)

Raises the Control.KeyPress event.

override
UpdateEditText()

Updates the text in the spin box (also known as an up-down control) to display the selected item.

Public Events

PaddingChanged

Occurs when the value of the DomainUpDown.Padding property changes.

SelectedItemChanged

Occurs when the DomainUpDown.SelectedItem property has been changed.