Property SuppressKey
SuppressKey
Determines whether the hotkey event is suppressed after being triggered.
Declaration
public bool SuppressKey { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Remarks
When set to true, the hotkey event will be suppressed, making it appear as if it never happened.