StylusDevice.Id Propriété

Définition

Obtient l'identificateur pour le périphérique stylet.

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

Valeur de propriété

Identificateur pour le périphérique stylet.

Exemples

L’exemple suivant illustre la Id propriété .

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

S’applique à