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

Called from the planner control to begin in-place editing of the appointment.

This method calls CBCGPAppointment::CreateEdit to create in-place edit control and sets the window text of the edit control to the text of appointment description.

Parameters
pWndOwnerSpecifies a pointer to parent window of the appointment's in-place edit control, usually it's a pinter to CBCGPPlannerManagerCtrl. It must not be NULL.