ComponentOne Scheduler for WinForms
AppointmentIcons Enumeration

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace : AppointmentIcons Enumeration
Determines the set of default icons shown in the appointment element.
Syntax
'Declaration
 
Public Enum AppointmentIcons 
   Inherits System.Enum
public enum AppointmentIcons : System.Enum 
Members
MemberDescription
ContinuedShows 'continued' icon if element is a second or later part of the single appointment.
ExceptionShows 'exception' icon.
LockedShows 'locked' icon (for private appointments).
NoneNone.
OccurrenceShows 'occurrence' icon.
ReminderShows 'reminder' icon if reminder is set for appointment.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Schedule.AppointmentIcons

See Also

Reference

C1.Win.C1Schedule Namespace