MindFusion.UI for WebForms Programmer's Guide

DockWindow.getChildren Method

See Also
 



Gets the child windows of a container window.

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

 Syntax

JavaScript  Copy Code

function getChildren ()

 Return Value

Type: Array
The Array of child windows; empty Array if the window is not a container.

 See Also