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 enum HyperlinkTarget
Visual Basic
Public Enumeration HyperlinkTarget
Visual C++
public enum class HyperlinkTarget

Members

Member nameValueDescription
Default0 No action taken.
_blank1 The target URL will open in a new window.
_self2 The target URL will open in the same frame as it was clicked.
_parent3 The target URL will open in the parent frameset.
_top4 The target URL will open in the full body of the window.

See Also