Class
InputBindingCollectionExtensions

Represents input binding collection extensions.

Definition

Namespace:Telerik.Windows.Documents.Extensions

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

cs-api-definition
public static class InputBindingCollectionExtensions

Inheritance: objectInputBindingCollectionExtensions

Methods

RegisterCommandDescriptor(InputBindingCollection, CommandDescriptorBase, Key, ModifierKeys)

Registers the command descriptor.

Declaration

cs-api-definition
public static void RegisterCommandDescriptor(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key, ModifierKeys modifierKeys = 0)

Parameters

thisInstance

InputBindingCollection

The this instance.

commandDescriptor

CommandDescriptorBase

The command descriptor.

key

Key

The key.

modifierKeys

ModifierKeys

The modifier keys.

RegisterCommandDescriptorOrShift(InputBindingCollection, CommandDescriptorBase, Key, ModifierKeys)

Registers the command descriptor or shift.

Declaration

cs-api-definition
public static void RegisterCommandDescriptorOrShift(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key, ModifierKeys modifierKeys = 0)

Parameters

thisInstance

InputBindingCollection

The this instance.

commandDescriptor

CommandDescriptorBase

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

cs-api-definition
public static void RegisterCommandDescriptorOrShiftOrAlt(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key, ModifierKeys modifierKeys = 0)

Parameters

thisInstance

InputBindingCollection

The this instance.

commandDescriptor

CommandDescriptorBase

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

cs-api-definition
public static void RegisterCommandDescriptorWithCtrlOrApple(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key)

Parameters

thisInstance

InputBindingCollection

The this instance.

commandDescriptor

CommandDescriptorBase

The command descriptor.

key

Key

The key.

RegisterCommandDescriptorWithCtrlOrApplePlusAlt(InputBindingCollection, CommandDescriptorBase, Key)

Registers the command descriptor with CTRL or apple plus alt.

Declaration

cs-api-definition
public static void RegisterCommandDescriptorWithCtrlOrApplePlusAlt(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key)

Parameters

thisInstance

InputBindingCollection

The this instance.

commandDescriptor

CommandDescriptorBase

The command descriptor.

key

Key

The key.

RegisterCommandDescriptorWithCtrlOrApplePlusShift(InputBindingCollection, CommandDescriptorBase, Key)

Registers the command descriptor with CTRL or apple plus shift.

Declaration

cs-api-definition
public static void RegisterCommandDescriptorWithCtrlOrApplePlusShift(this InputBindingCollection thisInstance, CommandDescriptorBase commandDescriptor, Key key)

Parameters

thisInstance

InputBindingCollection

The this instance.

commandDescriptor

CommandDescriptorBase

The command descriptor.

key

Key

The key.