System.Windows.Forms.TextBoxBase Class

Implements the basic functionality required by text controls.

See Also: TextBoxBase Members

Syntax

[System.ComponentModel.Designer("System.Windows.Forms.Design.TextBoxBaseDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.DefaultEvent("TextChanged")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.ComponentModel.DefaultBindingProperty("Text")]
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class TextBoxBase : Control

Remarks

This class implements the core features of text manipulation controls, such as System.Windows.Forms.TextBox and System.Windows.Forms.RichTextBox. These include text selection, Clipboard functionality, multiline text control support, and many events.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0