SetText Method (MobileTextField)
Class
MobileTextField
.
Action
Substitutes new text for the text in the text field.
Syntax
C#
textField
.
SetText
(
text
)
VB
textField
.
SetText
(
text
)
Variable
Description
text
The text to set.
String
.