LavishGUI:lguitab (Data Type)

From Lavish Software Wiki
Jump to navigation Jump to search

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
  • Remove: Removes (destroys) the tab
  • Move[#]: Slides the tab to a specific position in the tab control's tab order
  • Rename[new name]: Renames the tab

Inherits

lguiframe

Returns

Same as lguielement.Name

Examples

See Also