Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / InsertHyperlinkAsync Method
Specifies the url of the link.
Description of link. If null or empty, href is used.
Optional attributes.

In This Topic
    InsertHyperlinkAsync Method
    In This Topic
    Inserts a hyperlink at the cursor location. If text is selected it is overwritten asynchronously.
    Syntax
    'Declaration
     
    Public Function InsertHyperlinkAsync( _
       ByVal href As System.String, _
       ByVal description As System.String, _
       Optional ByVal attributes As System.String _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task InsertHyperlinkAsync( 
       System.string href,
       System.string description,
       System.string attributes
    )

    Parameters

    href
    Specifies the url of the link.
    description
    Description of link. If null or empty, href is used.
    attributes
    Optional attributes.
    See Also