Back to Devexpress

SkinManager.RegisterAssembly(Assembly) Method

windowsforms-devexpress-dot-skins-dot-skinmanager-dot-registerassembly-x28-system-dot-reflection-dot-assembly-x29.md

latest1.9 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public bool RegisterAssembly(
    Assembly assembly
)
vb
Public Function RegisterAssembly(
    assembly As Assembly
) As Boolean

Parameters

NameTypeDescription
assemblyAssembly

An assembly that should be registered.

|

Returns

TypeDescription
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

Export and Apply Custom Skins

SkinManager Class

SkinManager Members

DevExpress.Skins Namespace