InputBindingCollection::Remove Method (InputBinding^)

 

Removes the first occurrence of the specified InputBinding from this InputBindingCollection.

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

public:
void Remove(
	InputBinding^ inputBinding
)

Parameters

inputBinding
Type: System.Windows.Input::InputBinding^

The binding to remove.

.NET Framework
Available since 3.0
Return to top
Show: