Click or drag to resize

EmbeddedViewInitialize Method (RuntimeOptions, Window)

Provide the OpenFin Window object, this will embed the existing Window.

Namespace:  Openfin.WinForm
Assembly:  Openfin.WinForm (in Openfin.WinForm.dll) Version: 14.1.0-alpha3
Syntax
C#
public void Initialize(
	RuntimeOptions runtimeOptions,
	Window window
)

Parameters

runtimeOptions
Type: Openfin.DesktopRuntimeOptions
Runtime Options being used
window
Type: Openfin.DesktopWindow
Window object to be embedded
See Also