Gets a reference to the tab page header.
Namespace: MindFusion.Common.UI
File: TabPage.js
Syntax
ExampleThe following code creates a new TabControl and adds a new TabPage to its tabs collection. The new tab page gets customized through its header property.
JavaScript
Copy Code
|
|---|
var tab = new ui.TabPage("«"); tabControl.tabs.add(tab); |
See Also