SendTEKeys Method
Sends a keystroke or string of keystrokes to the current cursor position on the emulator screen.

C# Syntax

void SendTEKeys( 
   string keys
)

Parameters

keys
The string to type in the object. The string can include constants from the Keys class, which represent keyboard keys.