NumericUpDownAccelerationCollection::Remove Method (NumericUpDownAcceleration^)
.NET Framework (current version)
Removes the first occurrence of the specified NumericUpDownAcceleration from the NumericUpDownAccelerationCollection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- acceleration
-
Type:
System.Windows.Forms::NumericUpDownAcceleration^
The NumericUpDownAcceleration to remove from the collection.
Return Value
Type: System::Booleantrue if the NumericUpDownAcceleration is removed from NumericUpDownAccelerationCollection; otherwise, false.
Implements
ICollection<T>::Remove(T)
.NET Framework
Available since 2.0
Available since 2.0
Show: