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