共用方式為


StylusButton.ToString 方法

定義

建立 StylusButton 的字串表示。

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

傳回

範例

下列範例示範 ToString 方法。

// Get string representation of the StylusButton
textbox1.AppendText("\n" + myStylusButton.ToString() + "\n");
' Get string representation of the StylusButton
textbox1.AppendText(vbCrLf + myStylusButton.ToString() + vbCrLf)

適用於