BCGSuite for MFC
virtual CWnd* CBCGPGridItem::CreateInPlaceEdit ( CRect  rectEdit,
BOOL &  bDefaultFormat 
)
virtual

Called to create in-place edit control.

Called by the framework when it needs to create an in-place edit control to edit the item.

Parameters
rectEditBounding rectangle of the edit control.
bDefaultFormatOutput parameter, set to TRUE by default implementation. This parameter means whether the item displays the text in the default format, or the text must be formatted by custom code.