NumericUpDownAccelerationCollection::AddRange Method (array<NumericUpDownAcceleration^>^)
.NET Framework (current version)
Adds the elements of the specified array to the NumericUpDownAccelerationCollection, keeping the collection sorted.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- accelerations
-
Type:
array<System.Windows.Forms::NumericUpDownAcceleration^>^
An array of type NumericUpDownAcceleration containing the objects to add to the collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | accelerations is null, or one of the entries in the accelerations array is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: