MindFusion.UI for WebForms Programmer's Guide

WindowHost.deleteWindow Method

See Also
 



Removes a Window instance from the control's windows array.

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

 Syntax

JavaScript  Copy Code

function deleteWindow (window)

 Parameters

window

Type: Window
The window.

 See Also