SetPosition Method (SLPasswordBox)
Class
SLPasswordBox
.
Action
Sets the insertion point in the password field.
Syntax
C#
passwordBox
.
SetPosition
(
position
)
VB
passwordBox
.
SetPosition
(
position
)
Variable
Description
position
The position of the caret within the password field. The value is zero-based.
Integer
.