StylusButton.Name Eigenschap

Definitie

Hiermee haalt u de naam van de stylusknop op.

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

Waarde van eigenschap

De naam van de stylusknop.

Voorbeelden

In het volgende voorbeeld ziet u de Name eigenschap.

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

Van toepassing op