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