MobileForms Toolkit Documentation

RichTextBox.AppendLink Method 

Appends hyperlink to the current text of a text box.

public void AppendLink(
string text,
string target
);

Parameters

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

See Also

RichTextBox Class | Resco.Controls.RichTextBox Namespace