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

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

    Parameters

    range
    See Also