Click or drag to resize

EmbeddedViewInitialize Method (RuntimeOptions, Window)

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

Namespace:  Openfin.WPF
Assembly:  Openfin.WPF (in Openfin.WPF.dll) Version: 17.4.0
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