Click or drag to resize

EmbeddedViewInitialize Method

Overload List
  NameDescription
Public methodInitialize(RuntimeOptions, ApplicationOptions)
Provide the application options, this will create an OpenFin application and use the Main Window as the Embedded View.
Public methodInitialize(RuntimeOptions, Window)
Provide the OpenFin Window object, this will embed the existing Window.
Public methodInitialize(RuntimeOptions, Application, WindowOptions)
Provide the application instance and WindowOptions, this will create an OpenFin Window in a per application shared GPU process
Top
See Also