Back to Devexpress

SkinManager.RegisterSkinAssembly(Assembly) Method

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

latest2.0 KB
Original Source

SkinManager.RegisterSkinAssembly(Assembly) Method

OBSOLETE

You should use the RegisterAssembly method instead of that

Registers the specified assembly that contains custom skins.

Namespace : DevExpress.Skins

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Obsolete("You should use the RegisterAssembly method instead of that")]
public bool RegisterSkinAssembly(
    Assembly assembly
)
vb
<Obsolete("You should use the RegisterAssembly method instead of that")>
Public Function RegisterSkinAssembly(
    assembly As Assembly
) As Boolean

Parameters

NameTypeDescription
assemblyAssembly

An assembly that should be registered.

|

Returns

TypeDescription
Boolean

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

|

Remarks

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

See Also

Export and Apply Custom Skins

SkinManager Class

SkinManager Members

DevExpress.Skins Namespace