BCGControlBar Pro for MFC
virtual CBCGPGridRow* CBCGPGridCtrl::CreateRow ( )
inlinevirtual

Called by the framework when it needs to create a row.

Returns
A pointer to new row.

Use this function to create a new empty row. You can override CreateRow in a derived class and return a new instance of custom row object.

Reimplemented in CBCGPReportCtrl.