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

SplashScreenManager(Type, SplashFormStartPosition, Point, SplashFormProperties, ParentFormState) Constructor

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

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 (if the startPos parameter is set to Manual).

info SplashFormProperties

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

parentFormDesiredState DevExpress.XtraSplashScreen.ParentFormState

A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed.

See Also