Click or drag to resize

ApplicationgetChildWindows 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 void getChildWindows(
	childWindowHandler childHandler,
	AckCallback errorCallback = null
)

Parameters

childHandler
Type: Openfin.DesktopchildWindowHandler
A delegate that receives a list wrapped child windows for the current application.
errorCallback (Optional)
Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method fails. The reason for failure is passed as an argument.
Remarks
The Application's main window IS NOT a child window. The list is empty if the application has no child windows.
See Also