Initializes a new instance of the TabPage class.
Namespace: MindFusion.Common.UI
File: TabPage.js
JavaScript Copy Code |
---|
function TabPage ([title]) |
String. The display text of this tab.
The following code creates a new TabControl and adds a new TabPage to its tabs collection.
JavaScript Copy Code |
---|
// create a new instance of the TabControl control tabControl.selectedItemChanged.addEventListener(tabControlSelectedItemChanged);
|