Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::GetItemStatus

Retrieves the status of a list box item.

ItemStatus GetItemStatus (short listItem) const;

Parameters

listItem
1-based index of the list box item, use TopItem or BottomItem of Item type to specify the first or last item of the list box control.

Return Value

The status of the list box item. If the function parameters are incorrect or the specified list item is a separator, ListBox::Enabled is returned.