I needed to lock the appointments on the ultramonthviewsingle control, but it would be more user friendly if the appointment was highlighted when a user clicks on an appointment even if it is locked. Is there a way to achieve this and keep the appointments locked? Thank you in advance.
I'm not certain that I understood this but the Appointment object exposes an Appearance property, which exposes properties like BackColor and ForeColor, which you can use to change the appearance of the appointment, independently of whether it is locked.