MindFusion.UI for WebForms Programmer's Guide

DockWindow.isFloatingContainer Method

See Also
 



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

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

 Syntax

JavaScript  Copy Code

function isFloatingContainer ()

 Return Value

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

 See Also