CursorButtonsEnumerator.CursorButtonsEnumerator Constructor
CursorButtonsEnumerator.CursorButtonsEnumerator Constructor |
Initializes a new instance of the CursorButtonsEnumerator class.
Definition
Visual Basic .NET Public Sub CursorButtonsEnumerator( _
ByVal cursorButtons As CursorButtons _
)C# public CursorButtonsEnumerator(
CursorButtons cursorButtons
);Managed C++ public: CursorButtonsEnumerator(
CursorButtons *cursorButtons
);
Parameters
cursorButtons Microsoft.Ink.CursorButtons. The CursorButton collection that this enumerator iterates over.
Remarks
The CursorButtonsEnumerator class supports iterating over a CursorButtons collection and implements the System.Collections.IEnumerator interface.
See Also