[]
Palettes Class represents a collection of available color
palettes for the C1Schedule visual style.
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 Color value which is shown in the 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.
public class Palettes : KeyedCollection<Color, Palette>, IList<Palette>, ICollection<Palette>, IList, ICollection, IReadOnlyList<Palette>, IReadOnlyCollection<Palette>, IEnumerable<Palette>, IEnumerable
Name | Description |
---|---|
Palettes() |
Name | Description |
---|---|
GetKeyForItem(Palette) | Returns the key color for Palette object accordingly to the value of it's PaletteType property. |