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