Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class / DetectUrls Property

In This Topic
    DetectUrls Property (RenderField)
    In This Topic
    If the current field's RTF property is true, this property gets or sets a value indicating whether Uniform Resource Locators (URLs) will be automatically formatted when found in the text.
    Syntax
    'Declaration
     
    Public Property DetectUrls As Boolean
    public bool DetectUrls {get; set;}
    See Also