Click or drag to resize

WindowgetParentApplication Method

Note: This API is now obsolete.

Returns the wrapped application that this window belongs to.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use Window.Application property instead.")]
public Application getParentApplication()

Return Value

Type: Application

[Missing <returns> documentation for "M:Openfin.Desktop.Window.getParentApplication"]

See Also