Enters text in the text editor.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void SetText(
string text
)
Sub SetText (
text As String
)
Dim instance As ITextEdit
Dim text As String
instance.SetText(text)
void SetText(
String^ text
)
Parameters
- text
- Type: SystemString
The text to enter in the control.
Exceptions See Also