Insert a given text as a link into the RichTextBox at the current insert position.
Name | Description |
---|---|
InsertLink(string) | Insert a given text as a link into the RichTextBox at the current insert position. |
InsertLink(string, int) | Insert a given text at a given position as a link. |
InsertLink(string, string) | Insert a given text at at the current input position as a link. The link text is followed by a hash (#) and the given hyperlink text, both of them invisible. When clicked on, the whole link text and hyperlink string are given in the LinkClickedEventArgs. |
InsertLink(string, string, int) | Insert a given text at a given position as a link. The link text is followed by a hash (#) and the given hyperlink text, both of them invisible. When clicked on, the whole link text and hyperlink string are given in the LinkClickedEventArgs. |