If automatic URL detection is enabled, the rich edit control scans any modified text to determine whether the text matches the format of a URL. The control detects URLs that begin with the following prefixes: http: file: mailto: ftp: https: gopher: nntp: prospero: telnet: news: wais: The control highlights the URL string by underlining it and setting the text color.
Syntax
Public Property Get AutoURLDetect () As Boolean Public Property Let AutoURLDetect (ByVal bState As Boolean)
Parameters
Parameter |
Description |
ByVal bState As Boolean |
The new value |
|