InputBindingCollection Constructors

Definition

Initializes a new instance of the InputBindingCollection class.

Overloads

InputBindingCollection()

Initializes a new instance of the InputBindingCollection class.

InputBindingCollection(IList)

Initializes a new instance of the InputBindingCollection class using the items in the specified IList.

Remarks

Commanding Overview

KeyBinding

MouseBinding

KeyGesture

MouseGesture

InputBindingCollection()

Initializes a new instance of the InputBindingCollection class.

public:
 InputBindingCollection();
public InputBindingCollection ();
Public Sub New ()

See also

Applies to

InputBindingCollection(IList)

Initializes a new instance of the InputBindingCollection class using the items in the specified IList.

public:
 InputBindingCollection(System::Collections::IList ^ inputBindings);
public InputBindingCollection (System.Collections.IList inputBindings);
new System.Windows.Input.InputBindingCollection : System.Collections.IList -> System.Windows.Input.InputBindingCollection
Public Sub New (inputBindings As IList)

Parameters

inputBindings
IList

The collection whose items are copied to the new InputBindingCollection.

See also

Applies to