BCGSuite for MFC
virtual int CBCGPCheckListBox::GetCheck ( int  nIndex) const
virtual

Gets the item's check state.

Parameters
nIndexThe item's index.
Returns
The item's check state: 0 - unchecked, 1 - checked, 2 - intermidiate (if BS_AUTO3STATE or BS_3STATE were specified in SetCheckStyle())

Reimplemented from CBCGPListBox.