MindFusion.UI for WebForms Programmer's Guide

WindowHost.bringToFront Method

See Also
 



Brings a child window to the front, effectively making it topmost and active.

Namespace: MindFusion.UI.Web
Assembly: WindowHost.js

 Syntax

JavaScript  Copy Code

function bringToFront (win)

 Parameters

win

Type: Window
The window to bring to front.

 See Also