[]
Sets the selection.
public void SetSelection(int selectionStart, int selectionLength)
Public Sub SetSelection(selectionStart As Integer, selectionLength As Integer)
| Type | Name | Description |
|---|---|---|
| int | selectionStart | Index of the first selected char, zero-based. |
| int | selectionLength | Length of selected text, if it is -1 then all text from selectionStart will be selected. |