Property | Type | Description | |
---|---|---|---|
DoSendKeys | void |
Method | Description | |
---|---|---|
SendKey ( object sender, string key ) : void | ||
SendKey ( string key ) : void |
Send the key represented using the SendKeys Class. KeySending event is fired, then the key is sent and KeySent event is fired.
|
|
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
OnCommandSent ( object sender, |
Method | Description | |
---|---|---|
DoSendKeys ( object sender, string key ) : void |
protected OnCommandSent ( object sender, |
||
sender | object | |
e | ||
return | void |
public SendKey ( object sender, string key ) : void | ||
sender | object | |
key | string | |
return | void |
public SendKey ( string key ) : void | ||
key | string | Representation of a key, using |
return | void |