Name | Description | |
---|---|---|
C1ThemeController Constructor | Initializes a new instance of the C1ThemeController class. |
The following tables list the members exposed by C1ThemeController.
Name | Description | |
---|---|---|
C1ThemeController Constructor | Initializes a new instance of the C1ThemeController class. |
Name | Description | |
---|---|---|
DefaultThemeName | The default theme name id.
When assigned to the Theme property of a theme controller, indicates that it should use the default application theme. | |
NoTheme | The empty theme name id.
When assigned to the "Theme" extender property (provided by C1ThemeController) on a control, indicates that no theme should be applied to that control by the theme controller. |
Name | Description | |
---|---|---|
ApplicationTheme | Gets or sets the application-wide default theme name.
All theme controllers which have "(default)" set as Theme property value will use this theme. This name is persisted with key "C1ApplicationTheme" in the application config file (app.config). | |
ApplicationThemeSettings | Gets or sets the application-wide default theme settings.
All theme controllers which have "(default)" set as Theme property value will use this theme settings. This name is persisted with key "C1ApplicationThemeSettings" in the application config file (app.config). | |
Container | (Inherited from System.ComponentModel.Component) | |
Site | (Inherited from System.ComponentModel.Component) | |
Theme | Gets or sets the name of the default theme for all objects on the form or user control managed by the current theme controller. | |
ThemeSettings | Gets or sets the default theme settings for all objects on the form or user control managed by the current theme controller. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
ApplyThemeToControlTree | Recursively applies a theme to a control and its children. Controls that do not support themes are ignored (but the theme is applied to their children). | |
ApplyThemeToObject | Applies a theme to an object.
The target object must be either a C1 control supporting themes, or a standard control (such as Button, Label etc) for which basic theming is provided by this library. | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. For internal use. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetTheme | Gets the name of a theme set on an object by this theme controller. | |
GetThemeByName | Retrieves a theme registered with the application, by its name. | |
GetThemes | Retrieves the names of all themes registered with the application. | |
GetThemeSettings | Gets the theme settings of a theme set on an object by this theme controller. | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
IsObjectThemeable | Checks whether an object supports ComponentOne themes. | |
IsPreviewControlInsideC1PrintPreviewControl | ||
IsThemeRegistered | Checks whether a theme with a specified name has been registered. | |
RegisterTheme | Overloaded. Loads a theme from a stream, and registeres it for use by theme controllers in the application.
After this method completes, the theme can be set via ApplicationTheme and Theme properties. his method throws an exception if a theme with same name has already been registered. | |
RegisterThemes | Loads all themes from an assembly, and registeres them for use by theme controllers in the current application.
This method scans all resources in the specified assembly, and selects those with names ending in ".c1theme" (case insensitive). If a theme cannot be loaded (e.g. due to a duplicate name or other error), it is skipped (i.e. no exception is thrown). | |
SetTheme | Sets a theme name on an object. | |
SetThemeSettings | Sets a theme settings on an object. | |
ToString | (Inherited from System.ComponentModel.Component) | |
UnregisterTheme | Unregisters the theme with a specified name.
This method does nothing if a matching theme could not be found. An exception is thrown if the specified theme is currently in use. |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnObjectThemeApplied | Fires the ThemeChanged event. | |
OnObjectThemeApplying | Fires the ObjectThemeApplying event. | |
OnObjectThemeChanged | Fires the ThemeChanged event. | |
OnObjectThemeChanging | Fires the ObjectThemeChanging event. | |
OnThemeChanged | Fires the ThemeChanged event. | |
OnThemeChanging | Fires the ThemeChanging event. |
Name | Description | |
---|---|---|
ApplicationThemeChanged | Occurs after a new value has been assigned to the ApplicationTheme property. | |
ApplicationThemeChanging | Occurs before a new value is assigned to the ApplicationTheme property. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
ObjectThemeApplied | Occurs after a theme has been applied to an object managed by the current theme controller.
See remarks for details. | |
ObjectThemeApplying | Occurs when a theme is about to be applied to an object managed by the current theme controller.
See remarks in ObjectThemeApplied for details. | |
ObjectThemeChanged | Occurs after a theme on an object managed by the current theme controller has been changed.
See remarks in ObjectThemeApplied for details. | |
ObjectThemeChanging | Occurs when a theme on an object managed by the current theme controller is about to be changed.
See remarks in ObjectThemeApplied for details. | |
ThemeChanged | Occurs after a new value has been assigned to the Theme property. | |
ThemeChanging | Occurs before a new value is assigned to the Theme property. |