StylusButtonDownData-Konstruktor
Initialisiert eine neue Instanz des StylusButtonDownData-Objekts.
Namespace: Microsoft.StylusInput.PluginData
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Sub New ( _
stylus As Stylus, _
buttonIndex As Integer _
)
'Usage
Dim stylus As Stylus
Dim buttonIndex As Integer
Dim instance As New StylusButtonDownData(stylus, _
buttonIndex)
public StylusButtonDownData(
Stylus stylus,
int buttonIndex
)
public:
StylusButtonDownData(
Stylus^ stylus,
int buttonIndex
)
public StylusButtonDownData(
Stylus stylus,
int buttonIndex
)
public function StylusButtonDownData(
stylus : Stylus,
buttonIndex : int
)
Parameter
- stylus
Typ: Microsoft.StylusInput.Stylus
Das der Taste zugeordnete Stylus-Objekt.
- buttonIndex
Typ: System.Int32
Index der Schaltfläche. Übergeben Sie diesen Wert an StylusButtons.GetName oder an StylusButtons.GetId, um auf die Schaltfläche zuzugreifen.
Plattformen
Windows Vista, Windows XP SP2, Windows Server 2003
.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