Click or drag to resize

ApplicationGetChildWindowsAsync Method

Passes a list of wrapped child windows for the current application to childHandler.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task<IEnumerable<Window>> GetChildWindowsAsync()

Return Value

Type: TaskIEnumerableWindow
A Task of IEnumerable Window
Remarks
The Application's main window IS NOT a child window. The list is empty if the application has no child windows.
See Also