GetBinding Method
GetBinding(KeyGesture)
Gets binding for the corresponding gesture otherwise returns null.
Declaration
KeyBinding GetBinding(KeyGesture gesture)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.KeyGesture | gesture | The keyboard gesture requested. |
Returns
Type | Description |
---|---|
System.Windows.Input.KeyBinding |