Tutorial: window.bringToFront

window.bringToFront

Brings the window to the front of the OpenFin window stack.

Example

var finWindow = fin.desktop.Window.getCurrent();

finWindow.bringToFront();