Gets an existing
GwxRuntimeViewControl object based on the
specified target type and target name.
If multiple matches are found, the first matching window is returned.
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
Parameters
- targetType
- Type: Ico.Gwx..::..WindowTargetType
The type(s) of windows to search for.
- targetName
- Type: System..::..String
The name of the target window to get (may include wildcards). Specify null to ignore names.
- recursive
- Type: System..::..Boolean
True to search recursively for popups and embedded windows. When false,
this method will only return popups and embedded windows that are directly owned by this window.
Return Value
A
GwxRuntimeViewControl object, or null if none found.
See Also