CCheckListBox::SetCheck

void SetCheck( int nIndex, int nCheck ) ;

参数:
nIndex待设置的复选框所在的项的下标。
nCheck复选框的状态。0表示未选中,1表示选中,2表示不确定。

说明:本函数用于设置项的复选框的状态。

请参阅:
CCheckListBox::SetCheckStyle, CCheckListBox::GetCheck, CCheckListBox::GetCheckStyle