InputGestureCollection.Remove(InputGesture) Method

Definition

Removes the first occurrence of the specified InputGesture from this InputGestureCollection.

public:
 void Remove(System::Windows::Input::InputGesture ^ inputGesture);
public void Remove (System.Windows.Input.InputGesture inputGesture);
member this.Remove : System.Windows.Input.InputGesture -> unit
Public Sub Remove (inputGesture As InputGesture)

Parameters

inputGesture
InputGesture

The gesture to remove.

Exceptions

The collection is read-only.

The gesture is null.

Applies to