In The Hand LtdIn The Hand
AppendText Method (textBox, text)
NamespacesInTheHand.Windows.FormsTextBoxHelperAppendText(TextBox, String)
.NET Components for Mobility
Appends text to the current text of a text box.
Declaration Syntax
C#Visual Basic
public static void AppendText(
	TextBox textBox,
	string text
)
Public Shared Sub AppendText ( _
	textBox As TextBox, _
	text As String _
)
Parameters
textBox (TextBox)
The TextBox control.
text (String)
The text to append to the current contents of the text box.

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0