Beta Documentation - Subject to change.

Test is the list box contains an item.

Syntax

Lua
function ListBox:ContainsItem(item);

Parameters

item
Type: Control
The item to check for.

Returns

Type: boolean
True if the list box contains the specified item.

Remarks

Test is the list box contains an item.

See Also