[]
The base class for themes in the C1Calendar and C1Schedule controls.
public class BaseTheme : Theme, IComponent, IDisposable
| Name | Description |
|---|---|
| BaseTheme() | Initializes a new instance of the BaseTheme class. |
| Name | Description |
|---|---|
| _locked | Determines whether the theme is locked for editing. |
| _nextChar | |
| _nextImage | |
| _prevChar | |
| _prevImage | |
| _toolTipRoundedCorners |
| Name | Description |
|---|---|
| BaseFont | 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. |
| Common | Gets or sets the C1.Framework.Style object determining the main style of control. |
| Comparer | Gets the generic equality comparer that is used to determine equality of keys in the collection. |
| Count | |
| ImageNext | Gets or sets the Image object which should be used for displaying the "Next" button. If this property isn't null, the SymbolNext property will be ignored. |
| ImagePrevious | Gets or sets the Image object which should be used for displaying the "Previous" button. If this property isn't null, the SymbolPrevious property will be ignored. |
| Name | Gets or sets the theme name (e.g. "RedMoon"); |
| Site | Gets or sets the ISite associated with the IComponent. |
| SymbolNext | Gets or sets the char value determining the symbol which should be used for the "Next" button. |
| SymbolPrevious | Gets or sets the char value determining the symbol which should be used for the "Previous" button. |
| ToolTipRoundedCorners | Gets or sets a bool value determining whether to show tooltips with rounded corners. |
| VisualStyle | Gets the VisualStyle value, specifying the type of the theme. |
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Dispose(bool) | |
| DisposeStyles() | |
| Finalize() | |
| OnThemeChanged() | Raises the C1.Win.Schedule.UI.BaseTheme.ThemeChanged event |
| SetStyle(Style, string) | Sets the value of the named C1.Framework.Style object. |
| SubscribeOnStyleEvents() | |
| ToString() | Returns the value of a C1.Framework.Theme.Name property. |
| Name | Description |
|---|---|
| Disposed | Represents the method that handles the Disposed event of a component. |