Skip to main content

SplashScreenManager.RegisterUserSkins(Assembly) Method

Registers custom skins from the specified assembly 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 RegisterUserSkins(
    Assembly assembly
)

Parameters

Name Type Description
assembly Assembly

An Assembly object that specifies the assembly containing custom skins to be applied to a splash form.

See Also