Graphisoft®

Dialog ManagerVersion: 2.0

ListBox::IsItemEnabled

Checks whether a list box item is enabled or not.

bool IsItemEnabled (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

true if the list box item is enabled, otherwise false.