SetText Method (WPFPasswordBox)
Class
WPFPasswordBox
.
Action
Sets the text.
Syntax
C#
passwordBox
.
SetText
(
text
)
VB
passwordBox
.
SetText
(
text
)
Variable
Description
text
The text to set.
String
.