RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / EditExtensions Class / RemoveHyperlinks Method

In This Topic
    RemoveHyperlinks Method (EditExtensions)
    In This Topic
    Removes all hyperlinks in a text range.
    Syntax
    'Declaration
     
    
    Public Shared Sub RemoveHyperlinks( _
       ByVal range As C1TextRange _
    ) 
    public static void RemoveHyperlinks( 
       C1TextRange range
    )

    Parameters

    range
    See Also