CalendarTheme Class Members
In This Topic
The following tables list the members exposed by CalendarTheme.
Public Properties
| Name | Description |
 | BaseFont | Overridden. Set this property in order to change C1.Framework.Style.Fontvalues in all C1.Framework.Style objects at once. |
 | Button | Gets or sets the C1.Framework.Style object determining the style of navigation buttons. (Inherited from C1.Win.Schedule.UI.BaseTheme) |
 | Common | Gets or sets the C1.Framework.Style object determining the main style of control. (Inherited from C1.Win.Schedule.UI.BaseTheme) |
 | Comparer | Gets the generic equality comparer that is used to determine equality of keys in the collection. (Inherited from C1.Win.Schedule.UI.BaseTheme) |
 | Count | (Inherited from C1.Win.Schedule.UI.BaseTheme) |
 | Day | Gets or sets the C1.Framework.Style object determining the style of the ordinal day. |
 | DayBold | Gets or sets the C1.Framework.Style object determining the style of the bold day. |
 | DayHeader | Gets or sets the C1.Framework.Style object determining the style of the day header. |
 | DaySelected | Gets or sets the C1.Framework.Style object determining the style of the selected day. |
 | DaySelectedBold | Gets or sets the C1.Framework.Style object determining the style of the day which is selected and bold at the same time. |
 | DayToday | Gets or sets the C1.Framework.Style object determining the displaying style of the current day. |
 | DayTrail | Gets or sets the C1.Framework.Style object determining the style of the trail day. Trail day is a day which doesn't belong to the currently displayed month (i.e. the day before the first or after the last day of the month). |
 | DayWeekend | Gets or sets the C1.Framework.Style object determining the style of the weekend day. |
  | Default | Gets the predefined theme of the VisualStyle.Default type. |
 | Header | Gets or sets the C1.Framework.Style object determining the style of the month header. |
 | ImageNext | Gets or sets the System.Drawing.Image object which should be used for displaying the "Next" button. If this property isn't null, the SymbolNext property will be ignored. (Inherited from C1.Win.Schedule.UI.BaseTheme) |
 | ImagePrevious | Gets or sets the System.Drawing.Image object which should be used for displaying the "Previous" button. If this property isn't null, the SymbolPrevious property will be ignored. (Inherited from C1.Win.Schedule.UI.BaseTheme) |
 | Item | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Style>) |
 | Name | Gets or sets the theme name (e.g. "RedMoon"); (Inherited from C1.Win.Schedule.UI.BaseTheme) |
 | Site | Gets or sets the ISite associated with the IComponent. (Inherited from C1.Win.Schedule.UI.BaseTheme) |
 | SymbolNext | Gets or sets the System.Char value determining the symbol which should be used for the "Next" button. (Inherited from C1.Win.Schedule.UI.BaseTheme) |
 | SymbolPrevious | Gets or sets the System.Char value determining the symbol which should be used for the "Previous" button. (Inherited from C1.Win.Schedule.UI.BaseTheme) |
  | System | Gets the predefined theme of the VisualStyle.System type. |
 | ToolTipRoundedCorners | Gets or sets a System.Boolean value determining whether to show tooltips with rounded corners. (Inherited from C1.Win.Schedule.UI.BaseTheme) |
 | VisualStyle | Gets the VisualStyle value, specifying the type of the theme. (Inherited from C1.Win.Schedule.UI.BaseTheme) |
 | XmlDefinition | Gets or sets the System.String value representing the VisualStyle in xml encoding. |
Top
Protected Properties
| Name | Description |
 | ComponentType | Overridden. |
 | Dictionary | (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Style>) |
Top
Public Methods
| Name | Description |
 | Add | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | Clear | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | Contains | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Style>) |
 | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | Dispose | Overloaded. Overridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
 | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | Insert | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
  | LoadThemes | Loads a collection of themes from an Xml file. |
 | ReadXml | Overloaded. (Inherited from C1.Framework.Theme) |
 | ReadXmlString | (Inherited from C1.Framework.Theme) |
 | Remove | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Style>) |
 | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | ToString | Returns the value of a C1.Framework.Theme.Name property. (Inherited from C1.Win.Schedule.UI.BaseTheme) |
 | TryGetValue | (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Style>) |
 | WriteXml | Overloaded. (Inherited from C1.Framework.Theme) |
Top
Public Events
See Also