NumericUpDownAccelerationCollection::Remove Method (NumericUpDownAcceleration^)

 

Removes the first occurrence of the specified NumericUpDownAcceleration from the NumericUpDownAccelerationCollection.

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

public:
virtual bool Remove(
	NumericUpDownAcceleration^ acceleration
) sealed

Parameters

acceleration
Type: System.Windows.Forms::NumericUpDownAcceleration^

The NumericUpDownAcceleration to remove from the collection.

Return Value

Type: System::Boolean

true if the NumericUpDownAcceleration is removed from NumericUpDownAccelerationCollection; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: