InputBindingCollection::RemoveAt Method (Int32)

 

Removes the specified InputBinding at the specified index of this InputBindingCollection.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual void RemoveAt(
	int index
) sealed

Parameters

index
Type: System::Int32

The zero-based index of the InputBinding to remove.

.NET Framework
Available since 3.0
Return to top
Show: