InputBindingCollection::Contains Method (InputBinding^)

 

Determines whether the specified InputBinding is in this InputBindingCollection

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

public:
bool Contains(
	InputBinding^ key
)

Parameters

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

The binding to locate in the collection.

Return Value

Type: System::Boolean

true if the specified InputBinding is in the collection; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: