CursorsEnumerator.MoveNext Method
CursorsEnumerator.MoveNext Method |
Moves the enumerator index to the next object in the collection.
Definition
Visual Basic .NET Public Function MoveNext() As Boolean C# public bool MoveNext(); Managed C++ public: bool* MoveNext();
Return Value
System.Boolean. Set to true if the index position references an object; false if the index position references the end of the collection.
Remarks
The CursorsEnumerator supports iterating over a Cursors collection and implements the IEnumerator interface.
This method inherits from MoveNext .
See Also