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.306.0 (10.97.306.00)

Collapse imageSyntax

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

Collapse imageMembers

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

Collapse imageSee Also