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.6.0
Syntax 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