Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1320
Multiple Images in UltraWinSchedule.Appointment Class
posted

Is it possible to have more than one image displayed within an Appointment?  I am aware that the Appointment class has an Appearance property (which in turn only supports a single image).

I already have an image shown in each Appointment but would like to show a padlock if the appointment is locked and a bell if the appointment has a reminder.  I would also like to show additional images if the object behind the appointment has other custom properties fulfilled in some way.

Cheers

Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    You cannot display more than one image via the public object model. You would have to implement the IUIElementCreationFilter or IUIElementDrawFilter interface.

Children
No Data