CustomStrokesEnumerator.MoveNext Method
CustomStrokesEnumerator.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 CustomStrokesEnumerator supports iterating over a CustomStrokes collection and implements the IEnumerator interface.
This method inherits from MoveNext .
See Also