Skip to main content

SplashFormProperties Constructors

Contains appearance settings for splash forms.
Name Parameters Description
SplashFormProperties() none Initializes a new instance of the SplashFormProperties class with default settings.
SplashFormProperties(Form, Boolean, Boolean, Boolean) parentForm, useFadeIn, useFadeOut, allowGlowEffect Initializes a new instance of the SplashFormProperties class with the specified settings.
SplashFormProperties(Form, Boolean, Boolean, Int32, Form, Boolean) parentForm, useFadeIn, useFadeOut, pendingTime, parentFormInternal, allowGlowEffect Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code.
SplashFormProperties(Form, Boolean, Boolean, Int32, Form) parentForm, useFadeIn, useFadeOut, pendingTime, parentFormInternal Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code.
SplashFormProperties(Form, Boolean, Boolean, Int32) parentForm, useFadeIn, useFadeOut, pendingTime Initializes a new instance of the SplashFormProperties class with the specified settings.
SplashFormProperties(Form, Boolean, Boolean) parentForm, useFadeIn, useFadeOut Initializes a new instance of the SplashFormProperties class and allows you to enable and disable fade-in and fade-out effects.
SplashFormProperties(Form, Image, Boolean, Boolean, ICustomImagePainter, Int32, Form, Boolean, Int32) parentForm, image, useFadeIn, useFadeOut, painter, pendingTime, parentFormInternal, allowGlowEffect, closingDelay Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code.
SplashFormProperties(Form, Image, Boolean, Boolean, ICustomImagePainter, Int32, Form, Boolean) parentForm, image, useFadeIn, useFadeOut, painter, pendingTime, parentFormInternal, allowGlowEffect Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code.
SplashFormProperties(Form, Image, Boolean, Boolean, ICustomImagePainter, Int32, Form) parentForm, image, useFadeIn, useFadeOut, painter, pendingTime, parentFormInternal Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code.
SplashFormProperties(Form, Image, Boolean, Boolean, ICustomImagePainter, Int32) parentForm, image, useFadeIn, useFadeOut, painter, pendingTime Initializes a new instance of the SplashFormProperties class with the specified settings.
SplashFormProperties(Form, Image, Boolean, Boolean, Boolean) parentForm, image, useFadeIn, useFadeOut, allowGlowEffect Initializes a new instance of the SplashFormProperties class with the specified settings.
SplashFormProperties(Form, Image, Boolean, Boolean) parentForm, image, useFadeIn, useFadeOut Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also