System.Windows.Forms.TextBox: Method Members

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

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

Public Methods

Paste(string)

Sets the selected text to the specified text without clearing the undo buffer.

Protected Methods

override
Dispose(bool)

Releases the unmanaged resources used by the System.Windows.Forms.TextBox and optionally releases the managed resources.

override
IsInputKey(Keys) : bool

Determines whether the specified key is an input key or a special key that requires preprocessing.

override
OnBackColorChanged(EventArgs)

Raises the Control.BackColorChanged event.

override
OnFontChanged(EventArgs)

Raises the Control.FontChanged event.

override
OnGotFocus(EventArgs)

Raises the Control.GotFocus event.

override
OnHandleCreated(EventArgs)

Raises the Control.HandleCreated event.

override
OnHandleDestroyed(EventArgs)

Raises the Control.OnHandleDestroyed(EventArgs) event.

override
OnMouseUp(MouseEventArgs)
Documentation for this section has not yet been entered.
OnTextAlignChanged(EventArgs)

Raises the TextBox.TextAlignChanged event.

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