SplashScreenManager(UserControl, Type, Boolean, Boolean, ParentType) 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(
UserControl parentControl,
Type splashFormType,
bool useFadeIn,
bool useFadeOut,
ParentType type
)
Parameters
Name | Type | Description |
---|---|---|
parentControl | UserControl | A UserControl that owns the newly created SplashScreenManager. |
splashFormType | Type | A Type enumerator value specifying the type of 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 closing the form; otherwise, false. |
type | DevExpress.XtraSplashScreen.ParentType | A ParentType enumerator, specifying whether the parent is a Form or UserControl. |
See Also