NumericUpDownAccelerationCollection.IEnumerable<NumericUpDownAcceleration>.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the enumerator for the collection.
virtual System::Collections::Generic::IEnumerator<System::Windows::Forms::NumericUpDownAcceleration ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Forms.NumericUpDownAcceleration>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Forms::NumericUpDownAcceleration ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Forms.NumericUpDownAcceleration> IEnumerable<NumericUpDownAcceleration>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Forms.NumericUpDownAcceleration>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Forms.NumericUpDownAcceleration>
override this.System.Collections.Generic.IEnumerable<System.Windows.Forms.NumericUpDownAcceleration>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Forms.NumericUpDownAcceleration>
Function GetEnumerator () As IEnumerator(Of NumericUpDownAcceleration) Implements IEnumerable(Of NumericUpDownAcceleration).GetEnumerator
Returns
Iterates over a collection to specify how acceleration should be performed on the control when the up or down button is pressed for specified time period.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the NumericUpDownAccelerationCollection instance is cast to an IEnumerable interface.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.