Share via


InkRecognizerCollection.InkRecognizerCollectionEnumerator.MoveNext Method

Advances the enumerator to the next InkRecognizer of the InkRecognizerCollection.

Namespace: System.Windows.Ink
Assembly: IAWinFX (in iawinfx.dll)

Syntax

'Declaration
Public Function MoveNext As Boolean
'Usage
Dim instance As InkRecognizerCollectionEnumerator
Dim returnValue As Boolean

returnValue = instance.MoveNext
public bool MoveNext ()
public:
virtual bool MoveNext () sealed
public final boolean MoveNext ()
public final function MoveNext () : boolean
Not applicable.

Return Value

true if the enumerator successfully advances to the next element; false if the enumerator passes the end of the collection.

Remarks

For more information about this method, see MoveNext.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

InkRecognizerCollection.InkRecognizerCollectionEnumerator Class
InkRecognizerCollection.InkRecognizerCollectionEnumerator Members
System.Windows.Ink Namespace