CCheckListBox::GetCheck

int GetCheck( int nIndex );

返回值:
项未选中时返回0,选中时返回1,不确定时返回2。

参数:
nIndex待检测选中状态的项的下标。

说明:本函数用于检测复选列表框中项的选中状态。

请参阅:
CCheckListBox::OnGetCheckPosition, CCheckListBox::SetCheck, CCheckListBox::SetCheckStyle, CCheckListBox::GetCheckStyle