InputBindingCollection::Insert Method (Int32, InputBinding^)

 

Inserts the specified InputBinding into this InputBindingCollection at the specified index.

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

public:
void Insert(
	int index,
	InputBinding^ inputBinding
)

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
Return to top
Show: