Share via


StylusButton.Name Propriété

Définition

Obtient le nom du bouton du stylet.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Valeur de propriété

Le nom du bouton du stylet.

Exemples

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

// Get the name of the StylusButton
textbox1.AppendText("StylusButton.Name: " + myStylusButton.Name + "\n");
' Get the name of the StylusButton
textbox1.AppendText("StylusButton.Name: " + myStylusButton.Name + vbCrLf)

S’applique à