Select Method (WPFTextBox)

Class

WPFTextBox.

Action

Selects a range of text in the text box.

Syntax

C#
textBox.Select(start, length)
VB
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.