Click or drag to resize

PlatformCreateWindowAsync Method

Creates a new window.

Namespace:  Openfin.Desktop.PlatformAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task<Window> CreateWindowAsync(
	PlatformWindowOptions options
)

Parameters

options
Type: Openfin.Desktop.PlatformAPIPlatformWindowOptions
Window creation options.

Return Value

Type: TaskWindow
A Task of the Window.
See Also