System.Windows.Forms.NumericUpDown: Method Members

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

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

Public Methods

BeginInit()

Begins the initialization of a System.Windows.Forms.NumericUpDown control that is used on a form or used by another component. The initialization occurs at run time.

override
DownButton()

Decrements the value of the spin box (also known as an up-down control).

EndInit()

Ends the initialization of a System.Windows.Forms.NumericUpDown control that is used on a form or used by another component. The initialization occurs at run time.

override
ToString() : string

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

override
UpButton()

Increments the value of the spin box (also known as an up-down control).

Protected Methods

override
CreateAccessibilityInstance() : AccessibleObject
Documentation for this section has not yet been entered.
override
OnKeyDown(KeyEventArgs)

Raises the Control.KeyDown event.

override
OnKeyUp(KeyEventArgs)

Raises the Control.KeyUp event.

override
OnLostFocus(EventArgs)

Raises the Control.LostFocus event.

override
OnTextBoxKeyPress(object, KeyPressEventArgs)

Raises the Control.KeyPress event.

OnValueChanged(EventArgs)

Raises the NumericUpDown.ValueChanged event.

ParseEditText()

Converts the text displayed in the spin box (also known as an up-down control) to a numeric value and evaluates it.

override
UpdateEditText()

Displays the current value of the spin box (also known as an up-down control) in the appropriate format.

override
ValidateEditText()

Validates and updates the text displayed in the spin box (also known as an up-down control).