PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderRichText Class / DetectUrls Property

In This Topic
    DetectUrls Property (RenderRichText)
    In This Topic
    Gets or sets a value indicating whether or not the current RenderRichText will automatically format Uniform Resource Locators (URLs) when those are found in text assigned to the RenderRichText.Rtf property.
    Syntax
    'Declaration
     
    Public Property DetectUrls As Boolean
    public bool DetectUrls {get; set;}
    See Also