StylusDevice.Id Propiedad

Definición

Obtiene el identificador del dispositivo de lápiz.

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

Valor de propiedad

El identificador del dispositivo de lápiz.

Ejemplos

En el ejemplo siguiente se muestra la Id propiedad .

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

Se aplica a