Represents input binding collection extensions.
Definition
Namespace:Telerik.Windows.Documents.Extensions
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
public static class InputBindingCollectionExtensions
Inheritance: objectInputBindingCollectionExtensions
Methods
Registers the command descriptor.
public static void RegisterCommandDescriptor(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key, ModifierKeys modifierKeys = 0)
The this instance.
commandDescriptorCommandDescriptorBaseThe command descriptor.
keyKeyThe key.
modifierKeysModifierKeysThe modifier keys.
Registers the command descriptor or shift.
public static void RegisterCommandDescriptorOrShift(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key, ModifierKeys modifierKeys = 0)
The this instance.
commandDescriptorCommandDescriptorBaseThe command descriptor.
keyKeyThe key.
modifierKeysModifierKeysThe modifier keys.
Registers the command descriptor or shift or alt.
public static void RegisterCommandDescriptorOrShiftOrAlt(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key, ModifierKeys modifierKeys = 0)
The this instance.
commandDescriptorCommandDescriptorBaseThe command descriptor.
keyKeyThe key.
modifierKeysModifierKeysThe modifier keys.
Registers the command descriptor with CTRL or apple.
public static void RegisterCommandDescriptorWithCtrlOrApple(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key)
The this instance.
commandDescriptorCommandDescriptorBaseThe command descriptor.
keyKeyThe key.
Registers the command descriptor with CTRL or apple plus alt.
public static void RegisterCommandDescriptorWithCtrlOrApplePlusAlt(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key)
The this instance.
commandDescriptorCommandDescriptorBaseThe command descriptor.
keyKeyThe key.
Registers the command descriptor with CTRL or apple plus shift.
public static void RegisterCommandDescriptorWithCtrlOrApplePlusShift(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key)
The this instance.
commandDescriptorCommandDescriptorBaseThe command descriptor.
keyKeyThe key.