Skip to main content
All docs
V23.2

WindowsFormsSettings.RegisterUserSkin(SkinBlobXmlCreator) Method

Registers the specified skin stored as a BLOB for runtime use. This method replaces the previously used SkinManager.RegisterSkin(SkinCreator) method that did not affect splash screens and required that you call the additional SplashScreenManager.RegisterUserSkins(Assembly) method.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public static void RegisterUserSkin(
    SkinBlobXmlCreator creator
)

Parameters

Name Type Description
creator DevExpress.Skins.Info.SkinBlobXmlCreator

An object that contains information on the target BLOB skin.

Remarks

See this topic for information on how to register skins stored as BLOBs: BLOB Skins.

See Also