Method AppendNewLine
AppendNewLine()
Appends new line to the end of the text control.
public virtual void AppendNewLine()
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).