InputGestureCollection.Remove(InputGesture) Metod

Definition

Tar bort den första förekomsten av angiven InputGesture från den här 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)

Parametrar

inputGesture
InputGesture

Gesten att ta bort.

Undantag

Samlingen är skrivskyddad.

Gesten är null.

Gäller för