TextBox.Select
(gb.qt)
Syntax
SUB Select ( [ Start AS Integer, Length AS Integer ] )
Defines the selected text.
- Start is the position of the first selected character in the text.
- Length is the length of the selection.
If no argument is specified, the entire text is selected.