LinkLabel link = new LinkLabel(); link.Click += link_clicked; link.Text = text; link.Tag = value; richTextBox.Controls.Add(link);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)