Share via


StylusButton.Name Eigenschaft

Definition

Ruft den Namen der Tablettstiftschaltfläche ab.

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

Eigenschaftswert

Der Name der Tablettstiftschaltfläche.

Beispiele

Im folgenden Beispiel wird die Name -Eigenschaft veranschaulicht.

// 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)

Gilt für: