InputBindingCollection::IndexOf Method (InputBinding^)
.NET Framework (current version)
Searches for the first occurrence of the specified InputBinding in his InputBindingCollection.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- value
-
Type:
System.Windows.Input::InputBinding^
The object to locate in the collection.
Return Value
Type: System::Int32The index of the first occurrence of value, if found; otherwise, –1.
.NET Framework
Available since 3.0
Available since 3.0
Show: