Skip to main content

SkinManager.RegisterSkin(SkinCreator) Method

Registers the specified skin stored as a BLOB for runtime use. The registered skin cannot be applied to splash screens; use the WindowsFormsSettings.RegisterUserSkin(SkinBlobXmlCreator) method instead.

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void RegisterSkin(
    SkinCreator creator
)

Parameters

Name Type Description
creator DevExpress.Skins.SkinCreator

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