TextField.Select Method
Selects text by supplied range in the control.
Select(
start
as
int,
length
as
int)
as
void
Parameters
start
Start of the selection (Zero based).
length
Length of the selection.
Returns
void
Remarks
See Also
TextField Control