BCGControlBar Pro for MFC
virtual void CBCGPCheckComboBox::SetCheck ( int  nIndex,
int  nCheck,
BOOL  bRedraw = TRUE 
)
virtual

Sets the item's check state.

Parameters
nIndexThe item's index.
nCheck0 - unchecked, 1 - checked, 2 - intermidiate
bRedrawSpecifies whether a control should be redrawn.

Reimplemented from CBCGPComboBox.