ClassInputBindingCollectionExtensions
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
RegisterCommandDescriptor(InputBindingCollection, CommandDescriptorBase, Key, ModifierKeys)
Registers the command descriptor.
Declaration
public static void RegisterCommandDescriptor(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key, ModifierKeys modifierKeys = 0)
Parameters
thisInstance
InputBindingCollection
The this instance.
commandDescriptor
The command descriptor.
key
Key
The key.
modifierKeys
ModifierKeys
The modifier keys.
RegisterCommandDescriptorOrShift(InputBindingCollection, CommandDescriptorBase, Key, ModifierKeys)
Registers the command descriptor or shift.
Declaration
public static void RegisterCommandDescriptorOrShift(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key, ModifierKeys modifierKeys = 0)
Parameters
thisInstance
InputBindingCollection
The this instance.
commandDescriptor
The command descriptor.
key
Key
The key.
modifierKeys
ModifierKeys
The modifier keys.
RegisterCommandDescriptorOrShiftOrAlt(InputBindingCollection, CommandDescriptorBase, Key, ModifierKeys)
Registers the command descriptor or shift or alt.
Declaration
public static void RegisterCommandDescriptorOrShiftOrAlt(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key, ModifierKeys modifierKeys = 0)
Parameters
thisInstance
InputBindingCollection
The this instance.
commandDescriptor
The command descriptor.
key
Key
The key.
modifierKeys
ModifierKeys
The modifier keys.
RegisterCommandDescriptorWithCtrlOrApple(InputBindingCollection, CommandDescriptorBase, Key)
Registers the command descriptor with CTRL or apple.
Declaration
public static void RegisterCommandDescriptorWithCtrlOrApple(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key)
Parameters
thisInstance
InputBindingCollection
The this instance.
commandDescriptor
The command descriptor.
key
Key
The key.
RegisterCommandDescriptorWithCtrlOrApplePlusAlt(InputBindingCollection, CommandDescriptorBase, Key)
Registers the command descriptor with CTRL or apple plus alt.
Declaration
public static void RegisterCommandDescriptorWithCtrlOrApplePlusAlt(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key)
Parameters
thisInstance
InputBindingCollection
The this instance.
commandDescriptor
The command descriptor.
key
Key
The key.
RegisterCommandDescriptorWithCtrlOrApplePlusShift(InputBindingCollection, CommandDescriptorBase, Key)
Registers the command descriptor with CTRL or apple plus shift.
Declaration
public static void RegisterCommandDescriptorWithCtrlOrApplePlusShift(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key)
Parameters
thisInstance
InputBindingCollection
The this instance.
commandDescriptor
The command descriptor.
key
Key
The key.