IKeyboardDevice Interface
An interface that provides low-level keyboard operations.
C# Syntax
public interface IKeyboardDevice
Name | Description | |
---|---|---|
KeyDown | Overloaded. Presses and holds the specified key. | |
KeyUp | Overloaded. Releases the specified key. | |
PressKey | Overloaded. Presses the specified key. | |
SendString | Types the specified string. C# Syntax void SendString( string stringToSend ) Parameters
|