BCGControlBar Pro for MFC
void CBCGPGridCtrl::SetDefaultItemRTC ( CRuntimeClass *  pRTC)
inline

Sets runtime class information to create items of custom type.

Use this function to set the default grid item runtime class information for all newly created items.

The default implementation of CBCGPGridCtrl::CreateItem uses this information when creating new grid items.

Parameters
pRTCA pointer to CRuntimeClass structure, which must be associated with a CBCGPGridItem - derived class.