Select Method (WPFTextBox)
Class
WPFTextBox
.
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
.