Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::InsertItem

Inserts an item into the list box.

void InsertItem (short listItem);

Parameters

listItem
1-based index of the item in the list box control before which the new item should be inserted. TopItem of Item type specifies the first item of the list box, BottomItem of Item type inserts the new item after the last item of the list box. If listItem is the number of items in the list box plus 1, it has the same effect as BottomItem.