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

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Description ==
 
== Description ==
This data type provides and controls data for [[LavishGUI:tabcontrol_%28Element_Type%29|tabcontrol (Element Type).
+
This data type provides and controls data for [[LavishGUI:tabcontrol_%28Element_Type%29|tabcontrol (Element Type)]].
 
== Members ==
 
== Members ==
 
* [[DataType:string|string]] '''Name''': Name of the tab
 
* [[DataType:string|string]] '''Name''': Name of the tab

Revision as of 23:30, 15 December 2005

Description

This data type provides and controls data for tabcontrol (Element Type).

Members

  • string Name: Name of the tab
  • int ID: ID # of the tab
  • int Order: The number in the order this tab is displayed in

Methods

  • Select : selects the tab

Inherits

lguiframe

Returns

Same as lguielement.Name

Examples

See Also