Changes the destination of the hyperlink of the current selection.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public void EditHyperlink(
	string newHyperlink
)
Visual Basic
Public Sub EditHyperlink ( _
	newHyperlink As String _
)
Visual C++
public:
virtual void EditHyperlink(
	String^ newHyperlink
) sealed

Parameters

newHyperlink
Type: System..::..String
The URL to hyperlink to.

See Also