MindFusion.UI for WebForms Programmer's Guide

DockWindow.getContainer Method

See Also
 



Gets the current container of the window if such is present.

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

 Syntax

JavaScript  Copy Code

function getContainer ()

 Return Value

Type: DockWindow
The container; null if the window is not a child of any container.

 See Also