MindFusion.UI for WebForms Programmer's Guide

DockControl.getFloatingWindows Method

See Also
 



Gets the collection of floating windows for this control.

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

 Syntax

JavaScript  Copy Code

function getFloatingWindows (includingContainers)

 Parameters

includingContainers

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

 Return Value

Type: Array
The collection of floating windows.

 See Also