Graphisoft®

Dialog ManagerVersion: 2.0

PopUp::InsertSeparator

Inserts a separtor item into the popup control to the specified position.

void InsertSeparator (short popupItem);

Parameters

popupItem
1-based index of the item in the popup control, before which the new separator should be inserted. TopItem of Item type specifies the first item of the popup, BottomItem of Item type inserts the new separator 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.