Specifies where the linked document will be opened when the user follows a link.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public HyperlinkTarget HyperlinkTarget { get; set; }
Visual Basic
Public Property HyperlinkTarget As HyperlinkTarget
	Get
	Set
Visual C++
public:
property HyperlinkTarget HyperlinkTarget {
	HyperlinkTarget get ();
	void set (HyperlinkTarget value);
}

See Also