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

SplashScreenManager(Type, SplashFormProperties) Constructor

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.1.dll

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