Table of Contents

Method AppendText

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

AppendText(string)

Appends the text to the end of the text control.

void AppendText(string text)

Parameters

text string

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