KeyBindingCollection
Class
Represents KeyBindings collection.
Definition
Namespace:Telerik.Windows.Documents.Commands
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public class KeyBindingCollection
Inheritance: objectKeyBindingCollection
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 the bindings.
C#
public void Clear()
Registers the command descriptor.
C#
public void RegisterCommandDescriptor(CommandDescriptorBase commandDescriptor, Key key, ModifierKeys modifierKeys = 0)
The command descriptor.
keyKeyThe key.
modifierKeysModifierKeysThe modifier keys.
Sets the input bindings.
C#
public void SetInputBindings(InputBindingCollection inputBindings)
The input bindings.