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)

적용 대상