Back to Devexpress

WindowsFormsSettings.RegisterUserSkin(SkinBlobXmlCreator) Method

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-dot-registeruserskin-x28-devexpress-dot-skins-dot-info-dot-skinblobxmlcreator-x29.md

latest1.9 KB
Original Source

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

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

Declaration

csharp
public static void RegisterUserSkin(
    SkinBlobXmlCreator creator
)
vb
Public Shared Sub RegisterUserSkin(
    creator As SkinBlobXmlCreator
)

Parameters

NameTypeDescription
creatorDevExpress.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

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace