InputGestureCollection.RemoveAt(Int32) Método

Definição

Remove o InputGesture especificado no índice especificado desta 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)

Parâmetros

index
Int32

O índice baseado em zero do gesto a ser removido.

Implementações

Exceções

o índice é menor que 0.

Aplica-se a