Version

BuiltInThemeBase Class Members

The following tables list the members exposed by BuiltInThemeBase.

Public Properties
 NameDescription
Public PropertyStyleMicrosoftControlsGets/Sets whether the ThemeManager will load the resources for the core Microsoft controls. The path of the resource that would be loaded/unloaded when the theme is applied, is retrieved from ThemeBase.Mappings dictionary.  
Protected Properties
 NameDescription
Protected PropertyMappingsGets/sets the dictionary used by ThemeManager to specify where to get the resources (the values) for a specific control (value is the full type name of the control that should be styled). If you're adding support for a custom control you should register your custom control using ThemeManager.RegisterControl method. (Inherited from Infragistics.Themes.ThemeBase)
Protected Methods
 NameDescription
Protected MethodConfigureControlMappingsAn abstract method that sets up the ThemeBase.Mappings. It is called only once just before a theme is applied for the first time. (Inherited from Infragistics.Themes.ThemeBase)
See Also