Target type for finding one or more open display windows.

The target type is used in conjunction with a "TargetName" to designate which display window(s) to find. Note: "TargetName" can be a complete name, a partial name with wildcards, or unspecified.

These target types are similar to those used in Internet Explorer's window.open().

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public enum WindowTargetType
Visual Basic
Public Enumeration WindowTargetType
JScript
public enum WindowTargetType

Members

Member nameDescription
Self
DisplayOwnedPopup
DisplayOwnedModalPopup
WindowOwnedPopup
WindowOwnedModalPopup
UnownedPopup
UnownedPopupThread
Embedded
Parent
Root
NewInstance
AllPopupTypes
AllWindowTypes

See Also