| Name | Description | |
|---|---|---|
![]()  | WpfTextBoxProvider | Initializes a new instance of the WpfTextBoxProvider class. | 
| Name | Description | |
|---|---|---|
![]()  | WpfTextBoxProvider | Initializes a new instance of the WpfTextBoxProvider class. | 
| Name | Description | |
|---|---|---|
![]()  | BackColor | Gets or sets the color of the back. | 
![]()  | HasFocus | Gets a value indicating whether this test box 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 is wraps words. | 
![]()  | Location | Gets or sets the control location, in surface space. | 
![]()  | SelectedText | Gets the selected text. (Inherited from TextBoxProvider) | 
![]()  | SelectionLength | Gets or sets the selection length. | 
![]()  | SelectionStart | Gets or sets the selection char ofset. | 
![]()  | Size | Gets or sets the control size, in surface space. | 
![]()  | Source | Gets the source. | 
![]()  | Text | Gets or sets the text. | 
![]()  | TextAlignment | Gets or sets the text alignment. | 
![]()  | TextColor | Gets or sets the color of the text. | 
| Name | Description | |
|---|---|---|
![]()  | Cut | Cuts the selected text. (Inherited from TextBoxProvider) | 
![]()  | Paste | Pastes the specified text. (Inherited from TextBoxProvider) | 
![]()  | ScrollCaretToEnd | Scrolls the caret to end of text. (Inherited from TextBoxProvider) | 
![]()  | SetFocus | Sets the focus. | 
![]()  | SetFont | Sets the font. | 
![]()  | SetSelection | Sets the selection. (Inherited from TextBoxProvider) | 
| Name | Description | |
|---|---|---|
![]()  | OnGotFocus | Raises the GotFocus event. (Inherited from TextBoxProvider) | 
![]()  | OnKeyDown | Raises the KeyDown event. (Inherited from TextBoxProvider) | 
![]()  | OnMouseDown | Raises the MouseDown event. (Inherited from TextBoxProvider) | 
![]()  | OnMouseUp | Raises the MouseUp event. (Inherited from TextBoxProvider) | 
![]()  | OnSelectionChanged | Raises the SelectionChanged event. (Inherited from TextBoxProvider) | 
![]()  | OnTextChanged | Raises the TextChanged event. (Inherited from TextBoxProvider) | 
| Name | Description | |
|---|---|---|
![]()  | GotFocus | Occurs when the text box receives focus. (Inherited from TextBoxProvider) | 
![]()  | KeyDown | Occurs when key down. (Inherited from TextBoxProvider) | 
![]()  | MouseDown | Occurs when mouse button is down. (Inherited from TextBoxProvider) | 
![]()  | MouseUp | Occurs when mouse button is released. (Inherited from TextBoxProvider) | 
![]()  | SelectionChanged | Occurs when selection changed. (Inherited from TextBoxProvider) | 
![]()  | TextChanged | Occurs when text changed. (Inherited from TextBoxProvider) |