MobileForms Toolkit Documentation

RichTextBox.AppendText Method 

Appends text to the current text of a text box.

public void AppendText(
string text
);

Parameters

text
The text to append to the current contents of the text box.

See Also

RichTextBox Class | Resco.Controls.RichTextBox Namespace