InputBindingCollection::Insert Method (Int32, InputBinding^)
.NET Framework (current version)
Inserts the specified InputBinding into this InputBindingCollection at the specified index.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index at which to insert inputBinding.
- inputBinding
-
Type:
System.Windows.Input::InputBinding^
The binding to insert.
| Exception | Condition |
|---|---|
| NotSupportedException | inputBinding is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: