SplashScreenManager(Type, SplashFormStartPosition, Point, SplashFormProperties, ParentFormState) 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(
Type splashFormType,
SplashFormStartPosition startPos,
Point location,
SplashFormProperties info,
ParentFormState parentFormDesiredState
)
Parameters
Name | Type | Description |
---|---|---|
splashFormType | Type | The type of splash form to be displayed. |
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). |
info | SplashFormProperties | A SplashFormProperties object used to initialize the SplashScreenManager.Properties property. |
parentFormDesiredState | ParentFormState | A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. |
See Also