Select Method (WPFTextBox)
Class
WPFTextBox
class
Action
Selects a range of text in the text box.
Syntax
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.