Table of Contents

Method AppendNewLine

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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).