Method AppendText
AppendText(string)
Appends the text to the end of the text control.
public virtual void AppendText(string text)
Parameters
text
stringText 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 behaviour is not desired, the programmer should use GetInsertionPoint() and SetInsertionPoint(long).