Specifies where the linked document will be opened when the user follows a link.
Namespace: CuteEditorAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Default | 0 | No action taken. | |
| _blank | 1 | The target URL will open in a new window. | |
| _self | 2 | The target URL will open in the same frame as it was clicked. | |
| _parent | 3 | The target URL will open in the parent frameset. | |
| _top | 4 | The target URL will open in the full body of the window. |