Back to Devexpress

WindowsFormsSettings.RegisterUserSkins(Assembly) Method

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-dot-registeruserskins-x28-system-dot-reflection-dot-assembly-x29.md

latest1.8 KB
Original Source

WindowsFormsSettings.RegisterUserSkins(Assembly) Method

Registers all skins from the target assembly, allowing you and your users to apply them. This method replaces the previously used SkinManager.Default.RegisterAssembly method that did not affect splash screens and required that you call the additional SplashScreenManager.RegisterUserSkins(Assembly) method.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public static void RegisterUserSkins(
    Assembly assembly
)
vb
Public Shared Sub RegisterUserSkins(
    assembly As Assembly
)

Parameters

NameTypeDescription
assemblyAssembly

Custom skin storage.

|

Remarks

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

See Also

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace