System.Windows.Forms.UpDownBase: Method Members

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

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

Public Methods

abstract
DownButton()

When overridden in a derived class, handles the clicking of the down button on the spin box (also known as an up-down control).

Select(int, int)

Selects a range of text in the spin box (also known as an up-down control) specifying the starting position and number of characters to select.

abstract
UpButton()

When overridden in a derived class, handles the clicking of the up button on the spin box (also known as an up-down control).

Protected Methods

override
Dispose(bool)
Documentation for this section has not yet been entered.
OnChanged(object, EventArgs)

When overridden in a derived class, raises the Changed event.

override
OnFontChanged(EventArgs)

Raises the Control.FontChanged event.

override
OnHandleCreated(EventArgs)

Raises the Control.HandleCreated event.

override
OnHandleDestroyed(EventArgs)

Raises the Control.HandleDestroyed event.

override
OnLayout(LayoutEventArgs)

Raises the Control.Layout event.

override
OnMouseDown(MouseEventArgs)

Raises the Control.MouseDown event.

override
OnMouseUp(MouseEventArgs)

Raises the Control.MouseUp event.

override
OnMouseWheel(MouseEventArgs)

Raises the Control.MouseWheel event.

override
OnPaint(PaintEventArgs)

Raises the Control.Paint event.

OnTextBoxKeyDown(object, KeyEventArgs)

Raises the Control.KeyDown event.

OnTextBoxKeyPress(object, KeyPressEventArgs)

Raises the Control.KeyPress event.

OnTextBoxLostFocus(object, EventArgs)

Raises the Control.LostFocus event.

OnTextBoxResize(object, EventArgs)

Raises the Control.Resize event.

OnTextBoxTextChanged(object, EventArgs)

Raises the Control.TextChanged event.

override
SetBoundsCore(int, int, int, int, BoundsSpecified)
Documentation for this section has not yet been entered.
abstract
UpdateEditText()

When overridden in a derived class, updates the text displayed in the spin box (also known as an up-down control).

ValidateEditText()

When overridden in a derived class, validates the text displayed in the spin box (also known as an up-down control).

override
WndProc(ref Message)
Documentation for this section has not yet been entered.