ListView::IsItemEnabled
bool IsItemEnabled (short listItem) const;
Parameters
- listItem
1-based index of the list view item, use TopItem or BottomItem of Item type to specify the first or last item of the list view control.
Return Value
Value
Meaning
true
The list view item is enabled.
false
The list view item is disabled.