Class InputBindingCollectionExtensions
Represents input binding collection extensions.
Inheritance
Namespace: Telerik.Windows.Documents.Extensions
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public static class InputBindingCollectionExtensions : Object
Methods
RegisterCommandDescriptor(InputBindingCollection, CommandDescriptorBase, Key, ModifierKeys)
Registers the command descriptor.
Declaration
public static void RegisterCommandDescriptor(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key, ModifierKeys modifierKeys)
Parameters
InputBindingCollection
thisInstance
The this instance. |
CommandDescriptorBase
commandDescriptor
The command descriptor. |
System.Windows.Input.Key
key
The key. |
System.Windows.Input.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)
Parameters
InputBindingCollection
thisInstance
The this instance. |
CommandDescriptorBase
commandDescriptor
The command descriptor. |
System.Windows.Input.Key
key
The key. |
System.Windows.Input.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)
Parameters
InputBindingCollection
thisInstance
The this instance. |
CommandDescriptorBase
commandDescriptor
The command descriptor. |
System.Windows.Input.Key
key
The key. |
System.Windows.Input.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
InputBindingCollection
thisInstance
The this instance. |
CommandDescriptorBase
commandDescriptor
The command descriptor. |
System.Windows.Input.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
InputBindingCollection
thisInstance
The this instance. |
CommandDescriptorBase
commandDescriptor
The command descriptor. |
System.Windows.Input.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
InputBindingCollection
thisInstance
The this instance. |
CommandDescriptorBase
commandDescriptor
The command descriptor. |
System.Windows.Input.Key
key
The key. |