Share via


StylusButton.Name Vlastnost

Definice

Získá název tlačítka pera.

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

Hodnota vlastnosti

Název tlačítka pera.

Příklady

Následující příklad ukazuje Name vlastnost.

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

Platí pro