Window Target Enumeration
This enumerated type defines the locations in which a browser window can be opened by the areas in a web
server ImageMap control when clicked and their Action
property is set to Navigate.
Definition
Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
[SerializableAttribute]
public enum WindowTargetVB
<SerializableAttribute>
Public Enumeration WindowTargetC++
[SerializableAttribute]
public enum class WindowTargetF#
[<SerializableAttribute>]
type WindowTargetMembers
| Blank | 0 | The URL is loaded into a new, unnamed window. |
| Media | 1 | The URL is loaded into the HTML content area of the Media Bar. Available in Internet Explorer 6 or later. |
| Parent | 2 | The URL is loaded into the current frame's parent. If the frame has no parent, this value acts like the value Self. |
| Search | 3 | Available in Internet Explorer 5 and later. The URL is opened in the browser's search pane. |
| Self | 4 | The current document is replaced with the specified URL. |
| Top | 5 | The URL replaces any frame sets that may be loaded. If there are no frame sets defined, this value acts like the value Self. |
| Other | 6 | The URL is loaded into another frame or window named by the TargetName property. If a window or frame already exists with the given name, the URL is loaded into the existing window or frame. |