CCheckListBox::IsEnabled

调用此函数确定项目是否启用。

BOOL IsEnabled( 
   int nIndex  
);

参数

  • nIndex
    项的索引。

返回值

非零,如果项目启用;否则为0。

要求

Header: afxwin.h

请参见

参考

CCheckListBox Class

层次结构图

CCheckListBox::Enable