MindFusion.UI for WebForms Programmer's Guide

DockControl.getAllWindows Method

See Also
 



Gets the collection of windows for this control.

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

 Syntax

JavaScript  Copy Code

function getAllWindows (includingContainers)

 Parameters

includingContainers

Type: Boolean
True if temporary container windows should be included, otherwise false.

 Return Value

Type: Array
The collection of windows.

 See Also