GUISmartTabControl

From Virtual World Web Wiki
Jump to: navigation, search
  • 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)