KeyBindingUtilities
Class
Class KeyBindingCollection.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.Commands
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
C#
public class KeyBindingUtilities
Inheritance: objectKeyBindingUtilities
Methods
Adds the specified input binding.
C#
public void Add(InputBinding inputBinding)
The input binding.
Adds the range.
C#
public void AddRange(IEnumerable<InputBinding> inputBindings)
The input bindings.
Clears this instance.
C#
public void Clear()
Sets the input bindings.
C#
public void SetInputBindings(InputBindingCollection inputBindings)
The input bindings.
Exceptions:InputBindings.
Unregisters the command.