SetText Method (SLPasswordBox)
Class
SLPasswordBox
.
Action
Replaces the text in the password field with the given text.
Syntax
C#
passwordBox
.
SetText
(
text
)
VB
passwordBox
.
SetText
(
text
)
Variable
Description
text
The new text.
String
.