SendKeys(String) Method
Types the specified string into the object in the application, including special keys.

C# Syntax

void SendKeys( 
   string input
)

Parameters

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