In This Topic
The following tables list the members exposed by BaseTheme.
Public Constructors
Public Properties
| 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 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. |
| 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. |
| Item | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Style>) |
| 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 System.Char value determining the symbol which should be used for the "Next" button. |
| SymbolPrevious | Gets or sets the System.Char value determining the symbol which should be used for the "Previous" button. |
| ToolTipRoundedCorners | Gets or sets a System.Boolean value determining whether to show tooltips with rounded corners. |
| VisualStyle | Gets the VisualStyle value, specifying the type of the theme. |
Top
Protected Properties
| Name | Description |
| ComponentType | (Inherited from C1.Framework.Theme) |
| 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. 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>) |
| 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. |
| TryGetValue | (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Style>) |
| WriteXml | Overloaded. (Inherited from C1.Framework.Theme) |
Top
Public Events
| Name | Description |
| Disposed | Represents the method that handles the Disposed event of a component. |
Top
See Also