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

In This Topic
InsertHyperlink Method
In This Topic
Inserts a hyperlink at the cursor location. If text is selected it is overwritten.
Syntax
'Declaration
 
Public Sub InsertHyperlink( _
   ByVal href As System.String, _
   ByVal description As System.String, _
   Optional ByVal attributes As System.String _
) 
 

Parameters

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