SendString Method

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