TextEditBase Methods
The base class for text editors.| Name | Description |
|---|---|
| SelectAll() | Selects all text in the edit box. |
| SetSelection(Int32, Int32) | Selects the specified portion of the text. |
| SetSelection(Int32) | Select text from the specified position to the end. |
See Also