NumericUpDownAccelerationCollection::Contains Method (NumericUpDownAcceleration^)

 

Determines whether the NumericUpDownAccelerationCollection contains a specific NumericUpDownAcceleration.

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

public:
virtual bool Contains(
	NumericUpDownAcceleration^ acceleration
) sealed

Return Value

Type: System::Boolean

true if the NumericUpDownAcceleration is found in the NumericUpDownAccelerationCollection; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: