[]
Selects a range of text in the rich text box.
public void Select(int start, int length)
Type | Name | Description |
---|---|---|
int | start | The zero-based index of the first character in the selection. |
int | length | The length of the selection, in characters. |
The positions received by this method correspond to positions in the Text property's content.