ClassKeyBindingUtilities
Class
Class KeyBindingCollection.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.Commands
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class KeyBindingUtilities
Inheritance: objectKeyBindingUtilities
Methods
Add(InputBinding)
Adds the specified input binding.
Declaration
cs-api-definition
public void Add(InputBinding inputBinding)
Parameters
inputBinding
InputBinding
The input binding.
AddRange(IEnumerable<InputBinding>)
Adds the range.
Declaration
cs-api-definition
public void AddRange(IEnumerable<InputBinding> inputBindings)
Parameters
inputBindings
IEnumerable<InputBinding>
The input bindings.
RegisterCommand(ICommand, Key, ModifierKeys, object)
Registers the command.
SetInputBindings(InputBindingCollection)
Sets the input bindings.
Declaration
cs-api-definition
public void SetInputBindings(InputBindingCollection inputBindings)
Parameters
inputBindings
InputBindingCollection
The input bindings.
Exceptions
InputBindings.
UnregisterCommand(ICommand)
Unregisters the command.
Declaration
cs-api-definition
public void UnregisterCommand(ICommand command)
Parameters
command
The command.