Wimark.Controls Class Library  

RichTextBox.DetectUrls Property

Gets or sets a value indicating whether or not the RichTextBox will automatically format a Uniform Resource Locator (URL) when it is typed into the control.

[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);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace