Class KeyboardUtility
public static class KeyboardUtility
- Inheritance
-
KeyboardUtility
Methods
- GetCharFromKey(Key)
Converts specified Key into Char.
- IsCharKey(Key)
Determines if key is a character key.
- IsNavigationOrSystemKey(Key)
Determines if key is a navigation or system key
- SendKey(Key)
Sends the specified key.