NumericUpDownAccelerationCollection::Contains Method (NumericUpDownAcceleration^)
.NET Framework (current version)
Determines whether the NumericUpDownAccelerationCollection contains a specific NumericUpDownAcceleration.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- acceleration
-
Type:
System.Windows.Forms::NumericUpDownAcceleration^
The NumericUpDownAcceleration to locate in the NumericUpDownAccelerationCollection.
Return Value
Type: System::Booleantrue if the NumericUpDownAcceleration is found in the NumericUpDownAccelerationCollection; otherwise, false.
Implements
ICollection<T>::Contains(T)
.NET Framework
Available since 2.0
Available since 2.0
Show: