SendString Method

UFT One 2022 and later: Following the discontinuance of the Silverlight development framework, UFT One no longer supports the Silverlight Add-in out of the box.

If you need to use and extend the Silverlight Add-in, contact OpenText Support.

Sends a string to the control.

Remarks

The Custom Server is responsible for placing the cursor at the desired location in the control before sending the string.

Syntax

Visual Basic (Declaration) 
Overridable Sub SendString( _
   ByVal str As String _
) 
C# 
virtual void SendString( 
   string str
)

Parameters

str
The string to be typed.

See Also