RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / AutoFormatHyperlinks Property

In This Topic
    AutoFormatHyperlinks Property (C1RichTextBox)
    In This Topic
    Gets or sets a value that indicates whether url strings would be converted to hyperlink when the user presses the ENTER or SPACE key.
    Syntax
    'Declaration
     
    
    Public Property AutoFormatHyperlinks As Boolean
    public bool AutoFormatHyperlinks {get; set;}
    See Also