Insert a given text at a given position as a link. The link text is followed by
a hash (#) and the given hyperlink text, both of them invisible.
When clicked on, the whole link text and hyperlink string are given in the
LinkClickedEventArgs.
Namespace:
CADImport.CADImportForms
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub InsertLink( _ ByVal text As String, _ ByVal hyperlink As String, _ ByVal position As Integer _ ) |
Parameters
-
text
-
Type: string
Text to be inserted
-
hyperlink
-
Type: string
Invisible hyperlink string to be inserted
-
position
-
Type: int
Insert position
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also