StylusDevice.Id Eigenschap

Definitie

Hiermee haalt u de id voor het stylusapparaat op.

public:
 property int Id { int get(); };
public int Id { get; }
member this.Id : int
Public ReadOnly Property Id As Integer

Waarde van eigenschap

De id voor het stylus-apparaat.

Voorbeelden

In het volgende voorbeeld ziet u de Id eigenschap.

textbox1.AppendText("Id: " + myStylusDevice.Id.ToString() + "\n");
textbox1.AppendText("Id: " + myStylusDevice.Id.ToString() + vbCrLf)

Van toepassing op