Overload | Description |
---|---|
KeyStroke Constructor(Char) | Initializes a new instance of the KeyStroke structure with the specified character. |
KeyStroke Constructor(Key,ModifierKeys) | Initializes a new instance of the KeyStroke structure with the specified System.Windows.Input.Key and System.Windows.Input.ModifierKeys. |
KeyStroke Constructor(Key,ModifierKeys,Boolean) | Initializes a new instance of the KeyStroke structure with the specified System.Windows.Input.Key, System.Windows.Input.ModifierKeys, and a value that indicates whether this KeyStroke is active on the key release. |