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

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Description ==
 
== Description ==
Provides control for [[LavishGUI:tabcontrol_%28Element_Type%29|tabcontrol (Element Type).
+
Provides control for [[LavishGUI:tabcontrol_%28Element_Type%29|tabcontrol (Element Type)]].
 
== Members ==
 
== Members ==
 
* [[LavishGUI:lguifont (Data Type)|lguifont]] '''Font''' : font object the tab is using
 
* [[LavishGUI:lguifont (Data Type)|lguifont]] '''Font''' : font object the tab is using

Revision as of 23:30, 15 December 2005

Description

Provides control for 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