SplashScreenManager(Form, Type, Boolean, Boolean, SplashFormStartPosition, Point, Boolean) Constructor
Initializes a new instance of the SplashScreenManager class with specific 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,
SplashFormStartPosition startPos,
Point location,
bool allowGlowEffect
)
Parameters
Name | Type | Description |
---|---|---|
parentForm | Form | A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying WaitForms. |
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 closing the form; otherwise, false. |
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). |
allowGlowEffect | Boolean | true, to use the glow effect when displaying the form; otherwise, false. |