Difference between revisions of "GUISmartTabControl"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the GUISmartTabControl class)
 
(No difference)

Latest revision as of 12:11, 30 April 2019

  • Inherits class: GUIPanel
  • This is a JavaScript visible object

Remarks [edit]

Properties

TabItem SelectedTab {get;}

Events

OnSelectionChanged(EventHandler<FlexibleEventArgs<TabItem>>)

Methods

TabItem CreateTab(string title, string identifier = NULL, bool focus = false)
TabItem FindTab(string tabName)
TabItem GetTab(int tabIndex)
void RemoveTab(TabItem tabItem)