BCGSuite for MFC
BOOL CBCGPPlannerManagerCtrl::IsAppointmentInSelection ( const CBCGPAppointment pApp) const

Tells whether an appointment is selected.

Returns
TRUE, if the specified appointment is selected; otherwise FALSE.

Use this method to determine whether the appointment specified by pApp is selected, or not.

Parameters
pAppA pointer to an appointment object to be checked for selection. Can't be NULL.