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

In This Topic
    Palettes Class
    In This Topic
    Palettes Class represents a collection of available color palettes for the C1.Win.C1Schedule.C1Schedule visual style.

    C1.Win.C1Schedule.C1Schedule component uses this collection to switch currently used palettes or to show multiple schedules at the same time.

    The key of collection is a System.Drawing.Color value which is shown in the C1.Win.C1Schedule.Forms.PaletteForm form.

    For Office 2007 palettes key is a color of alternate month days, all-day area and dark horizontal borders in the day view.

    Object Model
    Palettes Class
    Syntax
    'Declaration
     
    Public Class Palettes 
       Inherits System.Collections.ObjectModel.KeyedCollection(Of Color,Palette)
    public class Palettes : System.Collections.ObjectModel.KeyedCollection<Color,Palette> 
    Remarks

    C1.Win.C1Schedule.C1Schedule component uses this collection to switch currently used palettes or to show multiple schedules at the same time.

    The key of collection is a System.Drawing.Color value which is shown in the C1.Win.C1Schedule.Forms.PaletteForm form.

    For Office 2007 palettes key is a color of alternate month days, all-day area and dark horizontal borders in the day view.

    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             C1.Win.C1Schedule.UI.Palettes

    See Also