SplashScreenManager Constructors
Allows you to create and show splash screens and wait forms.Name | Parameters | Description |
---|---|---|
SplashScreenManager() | none | Initializes a new instance of the SplashScreenManager class with default settings. |
SplashScreenManager(Type, SplashFormProperties) | splashFormType, info | Initializes a new instance of the SplashScreenManager class with the specified settings. |
SplashScreenManager(Type, SplashFormStartPosition, Point, SplashFormProperties, ParentFormState) | splashFormType, startPos, location, info, parentFormDesiredState | Initializes a new instance of the SplashScreenManager class with specific settings. |
SplashScreenManager(Type, SplashFormStartPosition, Point, SplashFormProperties) | splashFormType, startPos, location, info | Initializes a new instance of the SplashScreenManager class with specific settings. |
SplashScreenManager(Form, Type, Boolean, Boolean, SplashFormStartPosition, Point, Boolean) | parentForm, splashFormType, useFadeIn, useFadeOut, startPos, location, allowGlowEffect | Initializes a new instance of the SplashScreenManager class with specific settings. |
SplashScreenManager(Form, Type, Boolean, Boolean, SplashFormStartPosition, Point, Int32) | parentForm, splashFormType, useFadeIn, useFadeOut, startPos, location, pendingTime | Initializes a new instance of the SplashScreenManager class with specific settings. |
SplashScreenManager(Form, Type, Boolean, Boolean, SplashFormStartPosition, Point) | parentForm, splashFormType, useFadeIn, useFadeOut, startPos, location | Initializes a new instance of the SplashScreenManager class with specific settings. |
SplashScreenManager(Form, Type, Boolean, Boolean, Boolean) | parentForm, splashFormType, useFadeIn, useFadeOut, allowGlowEffect | Initializes a new instance of the SplashScreenManager class with the specified settings. |
SplashScreenManager(Form, Type, Boolean, Boolean, Int32) | parentForm, splashFormType, useFadeIn, useFadeOut, closingDelay | Initializes a new instance of the SplashScreenManager class with the specified settings. |
SplashScreenManager(Form, Type, Boolean, Boolean) | parentForm, splashFormType, useFadeIn, useFadeOut | Initializes a new instance of the SplashScreenManager class with the specified settings. |
SplashScreenManager(UserControl, Type, Boolean, Boolean, ParentType, Boolean) | parentControl, splashFormType, useFadeIn, useFadeOut, type, allowGlowEffect | Initializes a new instance of the SplashScreenManager class with the specified settings. |
SplashScreenManager(UserControl, Type, Boolean, Boolean, ParentType) | parentControl, splashFormType, useFadeIn, useFadeOut, type | Initializes 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, allowGlowEffect | Initializes a new instance of the SplashScreenManager class with specific settings. |
SplashScreenManager(UserControl, Type, Boolean, Boolean, SplashFormStartPosition, Point, ParentType) | parentControl, splashFormType, useFadeIn, useFadeOut, startPos, location, type | Initializes 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, allowGlowEffect | Initializes 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, type | Initializes a new instance of the SplashScreenManager class with the specified settings. |
SplashScreenManager(UserControl, Type, Boolean, Boolean, Type, Boolean) | parentControl, splashFormType, useFadeIn, useFadeOut, type, allowGlowEffect | Initializes a new instance of the SplashScreenManager class with the specified settings. |
SplashScreenManager(UserControl, Type, Boolean, Boolean, Type) | parentControl, splashFormType, useFadeIn, useFadeOut, type | Initializes a new instance of the SplashScreenManager class with the specified settings. |
See Also