ListBox.insertItem

Insert text at index, shifting later items down.

class ListBox
void
insertItem
(
int index
,
string text
)

Meta