Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / AppointmentIcons Enumeration

In This Topic
    AppointmentIcons Enumeration
    In This Topic
    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