InputGestureCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.