Controls whether or not the rich edit control will automatically highlight URLs. By default, this is true. Note that changing this property will not update text that is already present in the RichTextBox control; it only affects text which is entered after the property is changed.
[Visual Basic] Public Property DetectURLs As Boolean [C#] public bool DetectURLs {get; set;} [C++] public: __property bool get_DetectURLs(); public: __property void set_DetectURLs(bool); [JScript] public function get DetectURLs() : Boolean; public function set DetectURLs(Boolean);
RichTextBox Class | RichTextBox Members | System.WinForms Namespace