SetSelection Method (SLPasswordBox)
Class
SLPasswordBox
class
Action
Selects a range of text in the password box.
Syntax
passwordBox
.
SetSelection
(
startPosition
,
length
)
Variable
Description
startPosition
The start index for the selection. The value is one-based. INTEGER.
length
The number of characters to select from the start position. INTEGER.