StylusButton.Name Özellik

Tanım

Ekran kalemi düğmesinin adını alır.

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

Özellik Değeri

Ekran kalemi düğmesinin adı.

Örnekler

Aşağıdaki örnekte özelliği gösterilmektedir Name .

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

Şunlara uygulanır