Skip to main content

SplashScreenManager(Type, SplashFormProperties) Constructor

Initializes a new instance of the SplashScreenManager class with the specified settings.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public SplashScreenManager(
    Type splashFormType,
    SplashFormProperties info
)

Parameters

Name Type Description
splashFormType Type

The type of a splash form to be displayed.

info SplashFormProperties

A SplashFormProperties object used to initialize the SplashScreenManager.Properties property.

See Also