InputGestureCollection.RemoveAt(Int32) Method

Definition

Removes the specified InputGesture at the specified index of this InputGestureCollection.

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

The zero-based index of the gesture to remove.

Implements

Exceptions

index is less than 0.

Applies to