KeyGesture Class
namespace Noesis | MSDN
Defines a keyboard combination that can be used to invoke a command.
Properties
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 |
Dependency Property Reflection Property
Attached Properties
KeyGesture has no attached properties
Methods
From InputGesture
Name | Description |
---|---|
Matches(target, args) | When overridden in a derived class, determines whether the specified InputGesture matches the input specified |
Events
KeyGesture has no events
Table of Contents