New to Telerik UI for WPFStart a free 30-day trial

Represents input binding collection extensions.

Definition

Namespace:Telerik.Windows.Documents.Extensions

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public static class InputBindingCollectionExtensions

Inheritance: objectInputBindingCollectionExtensions

Methods

Registers the command descriptor.

C#
public static void RegisterCommandDescriptor(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key, ModifierKeys modifierKeys = 0)
Parameters:thisInstanceInputBindingCollection

The this instance.

commandDescriptorCommandDescriptorBase

The command descriptor.

keyKey

The key.

modifierKeysModifierKeys

The modifier keys.

Registers the command descriptor or shift.

C#
public static void RegisterCommandDescriptorOrShift(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key, ModifierKeys modifierKeys = 0)
Parameters:thisInstanceInputBindingCollection

The this instance.

commandDescriptorCommandDescriptorBase

The command descriptor.

keyKey

The key.

modifierKeysModifierKeys

The modifier keys.

Registers the command descriptor or shift or alt.

C#
public static void RegisterCommandDescriptorOrShiftOrAlt(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key, ModifierKeys modifierKeys = 0)
Parameters:thisInstanceInputBindingCollection

The this instance.

commandDescriptorCommandDescriptorBase

The command descriptor.

keyKey

The key.

modifierKeysModifierKeys

The modifier keys.

Registers the command descriptor with CTRL or apple.

C#
public static void RegisterCommandDescriptorWithCtrlOrApple(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key)
Parameters:thisInstanceInputBindingCollection

The this instance.

commandDescriptorCommandDescriptorBase

The command descriptor.

keyKey

The key.

Registers the command descriptor with CTRL or apple plus alt.

C#
public static void RegisterCommandDescriptorWithCtrlOrApplePlusAlt(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key)
Parameters:thisInstanceInputBindingCollection

The this instance.

commandDescriptorCommandDescriptorBase

The command descriptor.

keyKey

The key.

Registers the command descriptor with CTRL or apple plus shift.

C#
public static void RegisterCommandDescriptorWithCtrlOrApplePlusShift(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key)
Parameters:thisInstanceInputBindingCollection

The this instance.

commandDescriptorCommandDescriptorBase

The command descriptor.

keyKey

The key.