CCheckListBox::IsEnabled

Call this function to determine whether an item is enabled.

BOOL IsEnabled(
   int nIndex 
);

Parameters

  • nIndex
    Index of the item.

Return Value

Nonzero if the item is enabled; otherwise 0.

Requirements

Header: afxwin.h

See Also

Reference

CCheckListBox Class

Hierarchy Chart

CCheckListBox::Enable

Other Resources

CCheckListBox Members