MobileForms Toolkit Documentation

RichTextBox.AppendRtf Method 

Appends rich text format (RTF) formatted text to the current text of a text box.

public void AppendRtf(
string rtf
);

Parameters

rtf
The rich text format (RTF) formatted text to append to the current contents of the text box.

See Also

RichTextBox Class | Resco.Controls.RichTextBox Namespace