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