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

From Lavish Software Wiki
Jump to navigation Jump to search
Line 24: Line 24:
  
 
== See Also ==
 
== See Also ==
 +
* [[LavishGUI]]
 
* [[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]]
  
{{DT-Stub}}
+
[[Category:LavishGUI]]
[[Category:Inner Space]]
 
[[Category:Inner Space Session]]
 
[[Category:Inner Space Session Data Types]]
 

Revision as of 21:12, 16 September 2005

Description

This data type provides and controls data for ISUI listboxitems.

Members

  • int TextColor : color of the text on the listbox item
  • int ID : id of the listbox item
  • int Value : value of the listbox item
  • int Order : order it shows up in the box
  • string Text : text of the listbox item

Methods

  • SetText[#] : set the text of the listbox item
  • SetTextColor[#] : set the text color of the listbox item
  • SetValue[#] : set the value of the listbox item
  • Select : selects the listbox item
  • Deselect : deselects the listbox item
  • SelectToggle : toggles the selection status of the listbox item

Inherits

isuielement

Returns

Same as Text

Examples

See Also