SplashScreenManager(UserControl, Type, Boolean, Boolean, SplashFormStartPosition, Point, ParentType, 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(
UserControl parentControl,
Type splashFormType,
bool useFadeIn,
bool useFadeOut,
SplashFormStartPosition startPos,
Point location,
ParentType type,
bool allowGlowEffect
)
Parameters
Name | Type | Description |
---|---|---|
parentControl | UserControl | A UserControl contained on the Form, against which the splash form is centered. |
splashFormType | Type | 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. |
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). |
type | DevExpress.XtraSplashScreen.ParentType | A ParentType enumeration value specifying whether the parent is a Form or UserControl. |
allowGlowEffect | Boolean | true, to use the glow effect when displaying the splash form; otherwise, false. |