CuteEditor for .NET 6.2 Class Library

HyperlinkTarget Enumeration

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

[Visual Basic]
Public Enum HyperlinkTarget
[C#]
public enum HyperlinkTarget

Members

Member Name Description
Default No action taken.
_blank The target URL will open in a new window.
_self The target URL will open in the same frame as it was clicked.
_parent The target URL will open in the parent frameset.
_top The target URL will open in the full body of the window.

Requirements

Namespace: CuteEditor

Assembly: CuteEditor (in CuteEditor.dll)

See Also

CuteEditor Namespace