MindFusion.UI for WebForms Programmer's Guide

DockWindow.isTab Method

See Also
 



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

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

 Syntax

JavaScript  Copy Code

function isTab ()

 Return Value

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

 See Also