void Enable( int nIndex, BOOL bEnabled = TRUE );
Parameters
nIndex
Index of the checklist box item to be enabled.
bEnabled
Specifies whether the item is enabled or disabled.
Remarks
Call this function to enable or disable a checklist box item.
CCheckListBox Overview | Class Members | Hierarchy Chart
See Also CCheckListBox::IsEnabled