SplashScreenManager(Type, SplashFormProperties) Constructor
Initializes a new instance of the SplashScreenManager class with the specified settings.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v26.1.dll
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