Freigeben über


CursorButtons.CursorButtonsEnumerator-Konstruktor

Initialisiert eine neue Instanz der CursorButtons.CursorButtonsEnumerator-Klasse.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public Sub New ( _
    cursorButtons As CursorButtons _
)
'Usage
Dim cursorButtons As CursorButtons

Dim instance As New CursorButtons..::.CursorButtonsEnumerator(cursorButtons)
public CursorButtonsEnumerator(
    CursorButtons cursorButtons
)
public:
CursorButtonsEnumerator(
    CursorButtons^ cursorButtons
)
public CursorButtonsEnumerator(
    CursorButtons cursorButtons
)
public function CursorButtons..::.CursorButtonsEnumerator(
    cursorButtons : CursorButtons
)

Parameter

Hinweise

Die CursorButtons.CursorButtonsEnumerator-Klasse unterstützt das Durchlaufen einer CursorButtons-Auflistung und implementiert die System.Collections.IEnumerator-Schnittstelle.

Plattformen

Windows Vista

.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.

Versionsinformationen

.NET Framework

Unterstützt in: 3.0

Siehe auch

Referenz

CursorButtons.CursorButtonsEnumerator-Klasse

CursorButtons.CursorButtonsEnumerator-Member

Microsoft.Ink-Namespace

CursorButton