SetText Method (RumbaTextField)
Class
RumbaTextField
.
Action
Sets the text field's text.
Syntax
C#
textField
.
SetText
(
text
)
VB
textField
.
SetText
(
text
)
Variable
Description
text
The text to set.
String
.