Freigeben über


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

Concepts

CCheckListBox Class

CCheckListBox Members

Hierarchy Chart

CCheckListBox::Enable