KeyBinding Constructor (ICommand^, Key, ModifierKeys)
.NET Framework (current version)
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.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- command
-
Type:
System.Windows.Input::ICommand^
The command to invoke.
- key
-
Type:
System.Windows.Input::Key
The key to be associated with command.
- modifiers
-
Type:
System.Windows.Input::ModifierKeys
The modifiers to be associated with command.
.NET Framework
Available since 3.0
Available since 3.0
Show: