Beta Documentation - Subject to change.

Gets the number of items in the list box.

Syntax

Lua
function ListBox:GetItemCount();

Returns

Type: number
The number of items in the list box.

Remarks

Gets the number of items in the list box.

See Also