共用方式為


StylusButton.Name 屬性

定義

拿到觸控筆按鈕的名字。

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

屬性值

觸控筆按鈕的名字。

範例

以下範例展示了該 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)

適用於