Select(Int32,Int32) Method
Selects a range of text in the text box.
public void Select(
int ,
int
)
'Declaration
Public Overloads Sub Select( _
ByVal As Integer, _
ByVal As Integer _
)
Parameters
- start
- The position of the first character in the current text selection within the text box.
- length
- The number of characters to select.