InputGestureCollection Constructors

Definition

Initializes a new instance of the InputGestureCollection class.

Overloads

InputGestureCollection()

Initializes a new instance of the InputGestureCollection class.

InputGestureCollection(IList)

Initializes a new instance of the InputGestureCollection class using the elements in the specified IList.

InputGestureCollection()

Initializes a new instance of the InputGestureCollection class.

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

Applies to

InputGestureCollection(IList)

Initializes a new instance of the InputGestureCollection class using the elements in the specified IList.

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

Parameters

inputGestures
IList

The collection whose elements are copied to the new InputGestureCollection.

Applies to