TextEditBase.SetSelection Method
| Name | Parameters | Description |
|---|---|---|
| SetSelection(Int32, Int32) | start, length | Selects the specified portion of the text. |
| SetSelection(Int32) | start | Select text from the specified position to the end. |
| Name | Parameters | Description |
|---|---|---|
| SetSelection(Int32, Int32) | start, length | Selects the specified portion of the text. |
| SetSelection(Int32) | start | Select text from the specified position to the end. |