In This Article

SystemThemeCatalogRegistrar Class

Represents a class that can be used by Actipro products that don't require a dedicated theme catalog to ensure a ThemeManager theme is properly loaded when an Actipro controls are created.

public class SystemThemeCatalogRegistrar : ThemeCatalogRegistrarBase<SystemThemeCatalog>, IDictionary, ICollection, IEnumerable, ISupportInitialize, IUriContext, INameScope
Inheritance:
Object ResourceDictionary ThemeCatalogRegistrarBase<SystemThemeCatalog> Object

Constructors

SystemThemeCatalogRegistrar()

public SystemThemeCatalogRegistrar()

Properties

IsSharedLibrary

Gets or sets whether this registrar is for the Shared Library.

public bool IsSharedLibrary { get; set; }

Property Value

Boolean:

true if this registrar is for the Shared Library; otherwise, false.

Remarks

Special logic ensures a default set of asset resources are available in the designer when the Shared Library's registrar is loaded.

Inherited Members