AddHyperlink(String,String,String,String) Method
In This Topic
Adds a
Hyperlink to the end of the current control content.
Syntax
'Declaration
Public Overloads Function AddHyperlink( _
ByVal As System.String, _
ByVal As System.String, _
Optional ByVal As System.String, _
Optional ByVal As System.String _
) As Hyperlink
public Hyperlink AddHyperlink(
System.string ,
System.string ,
System.string ,
System.string
)
Parameters
- anchor
- The name of a bookmark in the current document which shall be the target of this hyperlink.
- text
- The display text of the specified hyperlink.
- screenTip
- The text that appears as a ScreenTip when the mouse pointer is positioned over the specified hyperlink.
- target
- The name of the frame or window in which you want to load the specified hyperlink.
Return Value
See Also