System.Windows.Forms.DomainUpDown: Method Members

The methods 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 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.