KeyGesture Class
Defines a keyboard combination that can be used to invoke a command.
http://msdn.microsoft.com/en-us/library/system.windows.input.keygesture.aspx
Methods
From InputGesture
Name | Description |
---|---|
Matches | When overridden in a derived class, determines whether the specified InputGesture matches the input specified |
Properties
From KeyGesture
Name | Description | |
---|---|---|
![]() |
DisplayString | Gets a string to be displayed in UI |
![]() |
Key | Gets the key associated with this KeyGesture |
![]() |
Modifiers | Gets the modifier keys associated with this KeyGesture |


Events
KeyGesture has no events