Skip to main content

SkinManager.RegisterAssembly(Assembly) Method

Registers the specified assembly that contains custom skins. Registered skins cannot be applied to splash screens; use the WindowsFormsSettings.RegisterUserSkins(Assembly) method instead.

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public bool RegisterAssembly(
    Assembly assembly
)

Parameters

Name Type Description
assembly Assembly

An assembly that should be registered.

Returns

Type Description
Boolean

true if the assembly is successfully registered; otherwise, false.

Remarks

See the following topic to learn how to register a custom assembly: Export and Apply Custom Skins.

See Also