Back to Devexpress

SplashScreenManager.RegisterUserSkin(SkinBlobXmlCreator) Method

windowsforms-devexpress-dot-xtrasplashscreen-dot-splashscreenmanager-dot-registeruserskin-x28-devexpress-dot-skins-dot-info-dot-skinblobxmlcreator-x29.md

latest1.4 KB
Original Source

SplashScreenManager.RegisterUserSkin(SkinBlobXmlCreator) Method

Registers a custom skin to be applied to a splash form.

Namespace : DevExpress.XtraSplashScreen

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Parameters

NameTypeDescription
creatorDevExpress.Skins.Info.SkinBlobXmlCreator

A SkinBlobXmlCreator object that contains skin data.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

SplashScreenManager Class

SplashScreenManager Members

DevExpress.XtraSplashScreen Namespace