Back to Devexpress

SkinManager.RegisterSkin(SkinCreator) Method

windowsforms-devexpress-dot-skins-dot-skinmanager-dot-registerskin-x28-devexpress-dot-skins-dot-skincreator-x29.md

latest1.7 KB
Original Source

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

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

Declaration

csharp
public void RegisterSkin(
    SkinCreator creator
)
vb
Public Sub RegisterSkin(
    creator As SkinCreator
)

Parameters

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

Localize Skin Selectors

SkinManager Class

SkinManager Members

DevExpress.Skins Namespace