MindFusion.UI for WebForms Programmer's Guide

DockControl.deleteWindow Method

See Also
 



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

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

 Syntax

JavaScript  Copy Code

function deleteWindow (window)

 Parameters

window

Type: DockWindow
The window.

 See Also