Click or drag to resize

ApplicationcreateChildWindow Method

Create a child window

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public void createChildWindow(
	WindowOptions windowOptions,
	AckCallback callback = null,
	AckCallback errorCallback = null
)

Parameters

windowOptions
Type: Openfin.DesktopWindowOptions
WindowOptions object for the requested child window.
callback (Optional)
Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method succeeds.
errorCallback (Optional)
Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method fails. The reason for failure is passed as an argument.
See Also