Table of Contents

Method UpdateShortcut

Namespace
Alternet.Scripter.Debugger.UI.Wpf
Assembly
Alternet.Scripter.Debugger.UI.Wpf.v10.dll

UpdateShortcut(CommandBindingCollection, string, KeyGesture)

Updates shortcut associated with a particular command.

public void UpdateShortcut(CommandBindingCollection bindings, string commandName, KeyGesture gesture)

Parameters

bindings CommandBindingCollection

List of the command bindings to find a command.

commandName string

Name of the command o update.

gesture KeyGesture

New input device gesture.