SendString Method
The string to be typed.
Deprecated. Use SendKeys
Remarks
Simulates a typing a string on the keyboard. The Custom Server is responsible for placing the cursor at the desired location in the control before invoking this method.
Syntax
'Declaration
 
Protected Sub SendString( _
   ByVal str As System.String _
) 
protected void SendString( 
   System.string str
)

Parameters

str
The string to be typed.