MindFusion.UI for WebForms Programmer's Guide

TabControl.createTab Method

See Also
 



Creates a new TabPage instance and adds it to the control's tabs array.

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

 Syntax

JavaScript  Copy Code

function createTab ([options])

 Parameters

options
Optional.

Type: Object
Object containing the TabPage data.

 Return Value

Type: TabPage
The created tab.

 See Also