MindFusion.UI for WebForms Programmer's Guide

TabControl.deleteTab Method

See Also
 



Removes a TabPage instance from the control's tabs array.

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

 Syntax

JavaScript  Copy Code

function deleteTab (tab)

 Parameters

tab

Type: TabPage
The tab.

 See Also