Is there a way I can treat any pasted text to RichTextBox as plain text? For example, a hyper link is copied from IE and when it is pasted to the RichTextBox, it shows like a plain text.
This can be easily achieved by using TextBox, but we have to use RichTextBox in this particular case.