Skip to main content
A newer version of this page is available. .

SplashScreenManager.RegisterUserSkin(SkinBlobXmlCreator) Method

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

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