GUITabItem

From Virtual World Web Wiki
Jump to: navigation, search

A tab item inside a TabControl with an associated panel

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

Remarks [edit]

Properties

bool Enabled {get; set;}
GUIComponent Panel {get; set;}
Reference to the panel that will be put in the panel area for the TabControl. Visibility toggled by the Tab's value.
GUIToggle Tab {get;}
Reference to the tab that will be put in the tab area for the TabControl