Graphisoft®

Dialog ManagerVersion: 2.0

PopUp::SetItemValue

Sets the user-defined long value associated with a popup item.

void SetItemValue (
    short               popupItem,
    long                value
);

Parameters

popupItem
1-based index of the popup item, use TopItem or BottomItem of Item type to specify the first or last item of the popup control.
value
The new user-defined long value of the popup item.