[]
        
(Showing Draft Content)

C1.Win.C1Schedule.UI.Palettes

Palettes Class

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.

Namespace: C1.Win.C1Schedule.UI
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class Palettes : KeyedCollection<Color, Palette>, IList<Palette>, ICollection<Palette>, IList, ICollection, IReadOnlyList<Palette>, IReadOnlyCollection<Palette>, IEnumerable<Palette>, IEnumerable

Constructors

Name Description
Palettes()

Methods

Name Description
GetKeyForItem(Palette)

Returns the key color for Palette object accordingly to the value of it's PaletteType property.