BCGSuite for MFC
virtual CWnd* CBCGPAppointment::CreateEdit ( CWnd *  pWndOwner)
protectedvirtual

Creates an edit control for in-place editing.

Returns
A pointer to an edit control to be used for in-place editing of appointment description.

Override this method in a derived class if you need to customize the edit control to be used for in-place editing of appointment description.

Parameters
pWndOwnerSpecifies the parent window of edit control.