ToolStripTextBox.AppendText(String) Method

Definition

Appends text to the current text of the ToolStripTextBox.

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

Parameters

text
String

The text to append to the current contents of the ToolStripTextBox.

Applies to

See also