Index
Collapse All
Expand All
GetItem Method
ListBox Class
Members
See Also
Beta Documentation - Subject to change.
Gets the item at the specified index.
Syntax
Lua
function
ListBox
:
GetItem
(
index
)
;
Parameters
index
Type: number
The index of the item to get.
Returns
Type:
Control
The item at the specified index.
Remarks
Gets the item at the specified index.
See Also
ListBox
Turbine.UI