SetText Method (UIATextBox)

Class

UIATextBox.

Action

Replaces the text in the text field with the given text.

Syntax

C#
textBox.SetText(text)
VB
textBox.SetText(text)
Variable Description
text The new text. String.