ToolStripTextBox::AppendText Method (String^)

 

Appends text to the current text of the ToolStripTextBox.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void AppendText(
	String^ text
)

Parameters

text
Type: System::String^

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

.NET Framework
Available since 2.0
Return to top
Show: