Graphisoft®

Dialog ManagerVersion: 2.0

PopUp::InsertItem

Inserts an item into the popup control.

void InsertItem (short popupItem);

Parameters

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