The members of System.Windows.Forms.SendKeys are listed below.
See Also: Inherited members from System.Object
Public Methods
static | Flush()
Processes all the Windows messages currently in the message queue.
|
static | Send(string)
Sends keystrokes to the active application.
|
static | SendWait(string)
Sends the given keys to the active application, and then waits for the messages to be processed.
|