textBox.Select(start, length)
textBox.Select(start, length)
Variable | Description |
---|---|
start | The zero-based character index of the first character in the selection. Integer. |
length | The length of the selection, in characters. Integer. |