ToolStripTextBox.AppendText(String) メソッド

定義

ToolStripTextBox の現在のテキストにテキストを追加します。

public:
 void AppendText(System::String ^ text);
public void AppendText (string text);
member this.AppendText : string -> unit
Public Sub AppendText (text As String)

パラメーター

text
String

ToolStripTextBox の現在の内容に追加するテキスト。

適用対象

こちらもご覧ください