ListBox::SetItemStatus
Sets the status of a list box item.
void SetItemStatus (
short listItem,
ItemStatus status
);
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.
- status
-
The new status of the list box item.