BCGSuite for MFC
virtual CBCGPEditCtrl* CBCGPEditView::CreateEdit ( )
protectedvirtual

Called by the edit view when it needs to create the embedded edit control.

Returns
A pointer to the created edit control object.

Override this function in a CBCGPEditView - derived class if you want to customize CBCGPEditCtrl. In the overridden version you have to instantinate CBCGPEditCtrl - derived object and return a pointer to it.