NumericUpDownAccelerationCollection::Add Method (NumericUpDownAcceleration^)

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

public:
virtual void Add(
	NumericUpDownAcceleration^ acceleration
) sealed

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: