Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / CalendarTheme Class
Members

In This Topic
    CalendarTheme Class
    In This Topic
    The C1.Framework.Theme class represents the theme for the C1Calendar control. It is a set of C1.Framework.Style objects which contain display attributes that determine the appearance of control.
    Object Model
    CalendarTheme Class
    Syntax
    'Declaration
     
    Public Class CalendarTheme 
       Inherits BaseTheme
    public class CalendarTheme : BaseTheme 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             C1.Framework.Theme
                C1.Win.C1Schedule.UI.BaseTheme
                   C1.Win.C1Schedule.UI.CalendarTheme

    See Also