How a richtextbox handles URLs that are typed into the control is probably going to be a property of the RichTextBox Class. A good place to check for this is the MSDN documentation for the RichTextBox Class where you can find out what properties (and methods) the class exposes. You should be able to spot a property that determines how the richtextbox behaves when it detects URLs.