BCGControlBar Pro for MFC
virtual int CBCGPGridItem::OnAddComboBoxItem ( int  nIndex,
const CString &  strItem,
DWORD_PTR  dwItemData 
)
protectedvirtual

Called by the Grid to add a combo box item.

Parameters
nIndexA zero-based combo-box item's index.
strItemA combo-box item's name.
dwItemDataA combo-box item's user-defined data.
Returns
A zero-based index of the newly added item.

Override this method in a derived class to customize cell combo box items adding.