CommandBindingCollection::Item Property (Int32)

 

Gets or sets the CommandBinding at the specified index.

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

public:
property CommandBinding^ default[
	int index
] {
	CommandBinding^ get(int index);
	void set(int index, CommandBinding^ value);
}

Parameters

index
Type: System::Int32

The position in the collection.

Property Value

Type: System.Windows.Input::CommandBinding^

The binding at the specified index.

.NET Framework
Available since 3.0
Return to top
Show: