MindFusion.UI for WebForms Programmer's Guide

DockControl.getDockedWindows Method

See Also
 



Gets the collection of docked windows for this control.

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

 Syntax

JavaScript  Copy Code

function getDockedWindows (includingContainers)

 Parameters

includingContainers

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

 Return Value

Type: Array
The collection of docked windows.

 See Also