Skip to main content

SplashScreenManager(Type, SplashFormStartPosition, Point, SplashFormProperties) Constructor

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public SplashScreenManager(
    Type splashFormType,
    SplashFormStartPosition startPos,
    Point location,
    SplashFormProperties info
)

Parameters

Name Type Description
splashFormType Type

The type of splash form to be displayed.

startPos SplashFormStartPosition

The splash form’s arrangement.

location Point

Coordinates at which the splash form is shown.

info SplashFormProperties

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

See Also