NumericUpDownAccelerationCollection::Item Property (Int32)
.NET Framework (current version)
Gets the NumericUpDownAcceleration at the specified index number.
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
Available since 2.0
Show: