StylusDevice.Id Właściwość

Definicja

Pobiera identyfikator urządzenia stylus.

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

Wartość właściwości

Identyfikator urządzenia stylus.

Przykłady

W poniższym przykładzie przedstawiono Id właściwość .

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

Dotyczy