SetText Method (AWTTextComponent)
Class
AWTTextComponent
.
Action
Sets the text of the text component to the specified text.
Syntax
C#
textComponent
.
SetText
(
text
)
VB
textComponent
.
SetText
(
text
)
Variable
Description
text
New text of the text component.
String
.
Examples
VB
textComponent.SetText
("SilkTest")