Difference between revisions of "LavishGUI:lguitabcontrol (Data Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
== See Also ==
 
== See Also ==
 
* [[LavishGUI]]
 
* [[LavishGUI]]
* [[LavishGUI:tabcontrol_%28Element_Type%29|tabcontrol (Element Type)
+
* [[LavishGUI:tabcontrol_%28Element_Type%29|tabcontrol (Element Type)]]
 
* [[LavishScript:Data Types|LavishScript Data Types]]
 
* [[LavishScript:Data Types|LavishScript Data Types]]
 
* [[IS:Session#Data_Types|Inner Space Session Data Types]]
 
* [[IS:Session#Data_Types|Inner Space Session Data Types]]
  
 
[[Category:LavishGUI]]
 
[[Category:LavishGUI]]

Revision as of 23:29, 15 December 2005

Description

Provides control for [[LavishGUI:tabcontrol_(Element_Type)|tabcontrol (Element Type).

Members

  • lguifont Font : font object the tab is using
  • lguitab SelectedTab : Returns the selected Tab
  • lguitab Tab[#] : Returns the tab of the given #
  • int Tabs : The total number of tabs

Methods

Inherits

lguiframe

Returns

Same as lguielement.Name

Examples

See Also