[]
Selects a range of text in the control.
public void Select(int start, int length)
Public Sub [Select](start As Integer, length As Integer)
Type | Name | Description |
---|---|---|
int | start | The position of the first character in the current text selection within the text box. |
int | length | The number of characters to select. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | The value of the start parameter is less than zero. |