'Declaration Public Class Palettes Inherits System.Collections.ObjectModel.KeyedCollection(Of Color,Palette)
public class Palettes : System.Collections.ObjectModel.KeyedCollection<Color,Palette>
C1.Win.Schedule.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.Schedule.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.
'Declaration Public Class Palettes Inherits System.Collections.ObjectModel.KeyedCollection(Of Color,Palette)
public class Palettes : System.Collections.ObjectModel.KeyedCollection<Color,Palette>
C1.Win.Schedule.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.Schedule.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.
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
C1.Win.Schedule.UI.Palettes