NumericUpDownAccelerationCollection::Add Method (NumericUpDownAcceleration^)
.NET Framework (current version)
Adds a new NumericUpDownAcceleration to the NumericUpDownAccelerationCollection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- acceleration
-
Type:
System.Windows.Forms::NumericUpDownAcceleration^
The NumericUpDownAcceleration to add to the NumericUpDownAccelerationCollection.
Implements
ICollection<T>::Add(T)| Exception | Condition |
|---|---|
| ArgumentNullException | acceleration is null. |
The item is added while preserving the NumericUpDownAccelerationCollection sorted.
The following code example demonstrates how to use the Accelerations property. To run this example, paste the following code into a form and call the InitializeAcceleratedUpDown method from the form's constructor or Load event handler. While the code is running, press and hold the up or down arrow to see the acceleration occur.
.NET Framework
Available since 2.0
Available since 2.0
Show: