SetText Method (TextField)
Class
TextField
.
Action
Substitutes new text for all or part of the text in the text field.
Syntax
C#
textField
.
SetText
(
text
)
VB
textField
.
SetText
(
text
)
Variable
Description
text
The text to substitute.
String
.