GUISmartTabControl

From Virtual World Web Wiki
Revision as of 12:11, 30 April 2019 by Spark5 (Talk | contribs) (Documentation for the GUISmartTabControl class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)