Back to Devexpress

SplashScreenManager Constructors

windowsforms-devexpress-dot-xtrasplashscreen-dot-splashscreenmanager-dot-ctor.md

latest8.6 KB
Original Source

SplashScreenManager Constructors

Allows you to create and show splash screens and wait forms.

NameParametersDescription
SplashScreenManager()noneInitializes a new instance of the SplashScreenManager class with default settings.
SplashScreenManager(Type, SplashFormProperties)splashFormType, infoInitializes a new instance of the SplashScreenManager class with the specified settings.
SplashScreenManager(Type, SplashFormStartPosition, Point, SplashFormProperties, ParentFormState)splashFormType, startPos, location, info, parentFormDesiredStateInitializes a new instance of the SplashScreenManager class with specific settings.
SplashScreenManager(Type, SplashFormStartPosition, Point, SplashFormProperties)splashFormType, startPos, location, infoInitializes a new instance of the SplashScreenManager class with specific settings.
SplashScreenManager(Form, Type, Boolean, Boolean, SplashFormStartPosition, Point, Boolean)parentForm, splashFormType, useFadeIn, useFadeOut, startPos, location, allowGlowEffectInitializes a new instance of the SplashScreenManager class with specific settings.
SplashScreenManager(Form, Type, Boolean, Boolean, SplashFormStartPosition, Point, Int32)parentForm, splashFormType, useFadeIn, useFadeOut, startPos, location, pendingTimeInitializes a new instance of the SplashScreenManager class with specific settings.
SplashScreenManager(Form, Type, Boolean, Boolean, SplashFormStartPosition, Point)parentForm, splashFormType, useFadeIn, useFadeOut, startPos, locationInitializes a new instance of the SplashScreenManager class with specific settings.
SplashScreenManager(Form, Type, Boolean, Boolean, Boolean)parentForm, splashFormType, useFadeIn, useFadeOut, allowGlowEffectInitializes a new instance of the SplashScreenManager class with the specified settings.
SplashScreenManager(Form, Type, Boolean, Boolean, Int32)parentForm, splashFormType, useFadeIn, useFadeOut, closingDelayInitializes a new instance of the SplashScreenManager class with the specified settings.
SplashScreenManager(Form, Type, Boolean, Boolean)parentForm, splashFormType, useFadeIn, useFadeOutInitializes a new instance of the SplashScreenManager class with the specified settings.
SplashScreenManager(UserControl, Type, Boolean, Boolean, ParentType, Boolean)parentControl, splashFormType, useFadeIn, useFadeOut, type, allowGlowEffectInitializes a new instance of the SplashScreenManager class with the specified settings.
SplashScreenManager(UserControl, Type, Boolean, Boolean, ParentType)parentControl, splashFormType, useFadeIn, useFadeOut, typeInitializes a new instance of the SplashScreenManager class with the specified settings.
SplashScreenManager(UserControl, Type, Boolean, Boolean, SplashFormStartPosition, Point, ParentType, Boolean)parentControl, splashFormType, useFadeIn, useFadeOut, startPos, location, type, allowGlowEffectInitializes a new instance of the SplashScreenManager class with specific settings.
SplashScreenManager(UserControl, Type, Boolean, Boolean, SplashFormStartPosition, Point, ParentType)parentControl, splashFormType, useFadeIn, useFadeOut, startPos, location, typeInitializes a new instance of the SplashScreenManager class with the specified settings.
SplashScreenManager(UserControl, Type, Boolean, Boolean, SplashFormStartPosition, Point, Type, Boolean)parentControl, splashFormType, useFadeIn, useFadeOut, startPos, location, type, allowGlowEffectInitializes a new instance of the SplashScreenManager class with the specified settings.
SplashScreenManager(UserControl, Type, Boolean, Boolean, SplashFormStartPosition, Point, Type)parentControl, splashFormType, useFadeIn, useFadeOut, startPos, location, typeInitializes a new instance of the SplashScreenManager class with the specified settings.
SplashScreenManager(UserControl, Type, Boolean, Boolean, Type, Boolean)parentControl, splashFormType, useFadeIn, useFadeOut, type, allowGlowEffectInitializes a new instance of the SplashScreenManager class with the specified settings.
SplashScreenManager(UserControl, Type, Boolean, Boolean, Type)parentControl, splashFormType, useFadeIn, useFadeOut, typeInitializes a new instance of the SplashScreenManager class with the specified settings.

See Also

SplashScreenManager Class

SplashScreenManager Members

DevExpress.XtraSplashScreen Namespace