System.Windows.Forms.SendKeys: Method Members

The methods of System.Windows.Forms.SendKeys are listed below. For a list of all members, see the SendKeys Members list.

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.