BCGSuite for MFC
virtual CBCGPGridItem* CBCGPGridCtrl::CreateItem ( int  nRow,
int  nColumn 
)
virtual

Called by the framework to create a new item at the specified position.

Returns
Should return a pointer to a newly created grid item.

This function is called by the framework to create a new grid item. Override this function to create custom item at specific position.

Parameters
nRowRow index of grid item.
nColumnColumn index of grid item.