NumericUpDownAccelerationCollection::Item Property (Int32)

 

Gets the NumericUpDownAcceleration at the specified index number.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property NumericUpDownAcceleration^ default[
	int index
] {
	NumericUpDownAcceleration^ get(int index);
}

Parameters

index
Type: System::Int32

The zero-based index of the NumericUpDownAcceleration to get from the collection.

Property Value

Type: System.Windows.Forms::NumericUpDownAcceleration^

The NumericUpDownAcceleration with the specified index.

.NET Framework
Available since 2.0
Return to top
Show: