MindFusion.UI for WebForms Programmer's Guide

TabControl.selectTabByIndex Method

See Also
 



Makes the tab with the specified index the active TabPage.

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

 Syntax

JavaScript  Copy Code

function selectTabByIndex (index)

 Parameters

index

Type: Number
The tab index.

 See Also