Class KeyBindingUtilities
Class KeyBindingCollection.
Inheritance
Namespace: Telerik.Windows.Controls.SyntaxEditor.Commands
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class KeyBindingUtilities : Object
Methods
Add(InputBinding)
Adds the specified input binding.
Declaration
public void Add(InputBinding inputBinding)
Parameters
System. The input binding. |
AddRange(IEnumerable<InputBinding>)
Adds the range.
Declaration
public void AddRange(IEnumerable<InputBinding> inputBindings)
Parameters
System. The input bindings. |
Clear()
Clears this instance.
Declaration
public void Clear()
RegisterCommand(ICommand, Key, ModifierKeys, Object)
Registers the command.
Declaration
public void RegisterCommand(ICommand command, Key key, ModifierKeys modifierKeys, object commandParameter = null)
Parameters
System. The command. |
System. The key. |
System. The modifier keys. |
System. The command parameter. |
SetInputBindings(InputBindingCollection)
Sets the input bindings.
Declaration
public void SetInputBindings(InputBindingCollection inputBindings)
Parameters
System. The input bindings. |
Exceptions
System. InputBindings. |
UnregisterCommand(ICommand)
Unregisters the command.
Declaration
public void UnregisterCommand(ICommand command)
Parameters
System. The command. |