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