Freigeben über


InkCollectorCursorInRangeEventArgs-Konstruktor

Initialisiert eine neue Instanz der InkCollectorCursorInRangeEventArgs-Klasse.

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

Syntax

'Declaration
Public Sub New ( _
    cursor As Cursor, _
    newCursor As Boolean, _
    buttonStates As CursorButtonState() _
)
'Usage
Dim cursor As Cursor
Dim newCursor As Boolean
Dim buttonStates As CursorButtonState()

Dim instance As New InkCollectorCursorInRangeEventArgs(cursor, _
    newCursor, buttonStates)
public InkCollectorCursorInRangeEventArgs(
    Cursor cursor,
    bool newCursor,
    CursorButtonState[] buttonStates
)
public:
InkCollectorCursorInRangeEventArgs(
    Cursor^ cursor, 
    bool newCursor, 
    array<CursorButtonState>^ buttonStates
)
public InkCollectorCursorInRangeEventArgs(
    Cursor cursor,
    boolean newCursor,
    CursorButtonState[] buttonStates
)
public function InkCollectorCursorInRangeEventArgs(
    cursor : Cursor, 
    newCursor : boolean, 
    buttonStates : CursorButtonState[]
)

Parameter

  • newCursor
    Typ: System.Boolean
    Wird auf true gesetzt, wenn dies das erste Mal ist, dass dieses InkCollector-Objekt dieses Cursor-Objekt erkannt hat; andernfalls false.

Hinweise

cursor vom Typ Cursor ist der Cursor, mit dem der Strich erfasst wird. newCursor vom Typ Boolean gibt an, ob dies das erste Mal ist, dass dieses InkCollector-Modul diesen Cursor erkannt hat. buttonStates vom Typ CursorButtonState gibt den Status der Cursorschaltflächen an.

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

InkCollectorCursorInRangeEventArgs-Klasse

InkCollectorCursorInRangeEventArgs-Member

Microsoft.Ink-Namespace

InkCollector.CursorInRange