Brings a child window to the front, effectively making it topmost and active.
Namespace: MindFusion.Common.UI
File: Container.js
SyntaxJavaScript
Copy Code
|
|---|
function bringToFront (window) |
WindowBase. The window to bring to front.
ExampleThe following code creates a new WindowHost and then brings to front the first Window in its windows collection:
JavaScript
Copy Code
|
|---|
// create a new instance of the WindowHost control ....... var window = host.windows[0]; if(window != null) |
See Also