TextBoxProvider Class Members
In This Topic
The following tables list the members exposed by
TextBoxProvider.
Protected Constructors
Public Properties
| Name | Description |
 | BackColor | Gets or sets the color of the back. |
 | HasFocus | Gets a value indicating whether textbox has focus. |
 | IsEnabled | Gets or sets a value indicating whether textbox is enabled. |
 | IsVisible | Gets or sets a value indicating whether textbox is visible. |
 | IsWordWrap | Gets or sets a value indicating whether textbox wraps words. |
 | Location | Gets or sets the control location, in surface space. |
 | SelectedText | Gets the selected text. |
 | SelectionLength | Gets or sets the selection length. |
 | SelectionStart | Gets or sets the selection start. |
 | Size | Gets or sets the control size, in surface space. |
 | Text | Gets or sets the text. |
 | TextAlignment | Gets or sets the text alignment. |
 | TextColor | Gets or sets the color of the text. |
Public Methods
Protected Methods
Public Events
See Also