Back to Devexpress

SplashScreenManager.RegisterUserSkins(Assembly) Method

windowsforms-devexpress-dot-xtrasplashscreen-dot-splashscreenmanager-dot-registeruserskins-x28-system-dot-reflection-dot-assembly-x29.md

latest1.4 KB
Original Source

SplashScreenManager.RegisterUserSkins(Assembly) Method

Registers custom skins from the specified assembly 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 RegisterUserSkins(
    Assembly assembly
)
vb
Public Shared Sub RegisterUserSkins(
    assembly As Assembly
)

Parameters

NameTypeDescription
assemblyAssembly

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

|

See Also

SplashScreenManager Class

SplashScreenManager Members

DevExpress.XtraSplashScreen Namespace