MindFusion.UI for WebForms Programmer's Guide

DockWindow.isFloatingChild Method

See Also
 



Gets a value indicating whether the window is contained within a floating container.

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

 Syntax

JavaScript  Copy Code

function isFloatingChild ()

 Return Value

Type: Boolean
True if the window is a floating child, otherwise false.

 See Also