Method AppendText
AppendText(string)
Appends the text to the end of the text control.
void AppendText(string text)
Parameters
textstringText to write to the control.
Remarks
After the text is appended, the insertion point will be at the end of the text control. If this behavior is not desired, the programmer should use GetInsertionPoint() and SetInsertionPoint(long).