Index
Collapse All
Expand All
AddItem Method
ListBox Class
Members
See Also
Beta Documentation - Subject to change.
Adds an item to the list box.
Syntax
Lua
function
ListBox
:
AddItem
(
item
)
;
Parameters
item
Type:
Control
The item to add.
Remarks
Adds an item to the list box.
See Also
ListBox
Turbine.UI