MindFusion.UI for WebForms Programmer's Guide

TabControl.selectTab Method

See Also
 



Makes the specified tab the active TabPage.

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

 Syntax

JavaScript  Copy Code

function selectTab (tab)

 Parameters

tab

Type: TabPage
The tab.

 See Also