Select Method (WPFRichTextBox)
Class
WPFRichTextBox
class
Action
Selects a range of text in the text box.
Syntax
richTextBox
.
Select
(
start
,
length
)
Variable
Description
start
The start position for the selection. INTEGER.
length
The number of characters to select from the start position. INTEGER.