SplashScreenManager(Type, SplashFormProperties) 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
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