SetSelectionRange Method (TextField)
Class
TextField
.
Action
Selects the specified range of the single-line or multi-line text field.
Syntax
C#
textField
.
SetSelectionRange
(
selectionRange
)
VB
textField
.
SetSelectionRange
(
selectionRange
)
Variable
Description
selectionRange
The selected range within the text field.
TextRange
.