Share via


CursorsEnumerator.CursorsEnumerator Constructor

CursorsEnumerator.CursorsEnumerator Constructor

Initializes a new instance of the CursorsEnumerator class.

Definition

Visual Basic .NET Public Sub CursorsEnumerator( _
ByVal c As Cursors _
)
C# public CursorsEnumerator(
Cursors c
);
Managed C++ public: CursorsEnumerator(
Cursors *c
);

Parameters

c Microsoft.Ink.Cursors. The Cursor collection that this enumerator iterates over.

Remarks

The CursorsEnumerator class supports iterating over a Cursors collection and implements the System.Collections.IEnumerator Leave Site interface.

See Also