SendKeys Method (ITextScreen)
Types the specified string at the current location of the cursor.

C# Syntax

void SendKeys( 
   string keys
)

Parameters

keys
The specified string to type.