KeyBinding Constructor
.NET Framework 4
Initializes a new instance of the KeyBinding class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
KeyBinding() | Initializes a new instance of the KeyBinding class. |
|
KeyBinding(ICommand, KeyGesture) | Initializes a new instance of the KeyBinding class using the specified ICommand and KeyGesture. |
|
KeyBinding(ICommand, Key, ModifierKeys) | Initializes a new instance of the KeyBinding class using the specified ICommand and the specified Key and ModifierKeys which will be converted into a KeyGesture. |