SplashScreenManager(Form, Type, Boolean, Boolean) Constructor
Initializes a new instance of the SplashScreenManager class with the specified settings.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public SplashScreenManager(
Form parentForm,
Type splashFormType,
bool useFadeIn,
bool useFadeOut
)
Parameters
Name | Type | Description |
---|---|---|
parentForm | Form | A parent form for the created splash form. |
splashFormType | Type | The type of a splash form to be displayed. |
useFadeIn | Boolean | true to use the fade-in effect when opening the form; otherwise, false. |
useFadeOut | Boolean | true to use the fade-out effect when hiding the form; otherwise, false. |
See Also