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

SplashScreenManager.RegisterUserSkins(Assembly) Method

Registers custom skins from the specified assembly to be applied to a splash form.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

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