Skip to main content

SplashScreenManager.RegisterUserSkin(SkinBlobXmlCreator) Method

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static void RegisterUserSkin(
    SkinBlobXmlCreator creator
)

Parameters

Name Type Description
creator DevExpress.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