CCheckListBox::Enable

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 OverviewClass MembersHierarchy Chart

See Also   CCheckListBox::IsEnabled