[This is preliminary documentation and is subject to change.]
The LowLevelKeyEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Action | Indicates action which occured on keyboard | |
| AltState | Indicates if the ALT key was pressed | |
| Handled | Gets or sets value indicating if calle handles the message (Inherited from SuppresHandledEventArgs.) | |
| IsExtended | Indicates if Key is extended key (such as numpad key or F key) | |
| IsInjected | Indicates if kay was injected | |
| Key | Gets key code of key that was pressed. | |
| ScanCode | Gets hardware scan code of key being pressed or released | |
| Suppress | Gets or sets value indicating if hooks following this one and windows message may be suppressed (Inherited from SuppresHandledEventArgs.) |