Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::SetItemValue

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

void SetItemValue (
    short               listItem,
    long                value
);

Parameters

listItem
1-based index of the list box item to be modified, TopItem or BottomItem of Item type specifies the first or last item of the list box control. Use AllItems of Item type to modify all items.
value
The new user-defined long value of the list box item.