Skip to main content
A newer version of this page is available. .

SplashFormProperties Members

Contains appearance settings for splash forms.

Constructors

Name Description
SplashFormProperties() Initializes a new instance of the SplashFormProperties class with default settings.
SplashFormProperties(Form, Boolean, Boolean, Boolean) Initializes a new instance of the SplashFormProperties class with the specified settings.
SplashFormProperties(Form, Boolean, Boolean, Int32, Form, Boolean) 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) 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) Initializes a new instance of the SplashFormProperties class with the specified settings.
SplashFormProperties(Form, Boolean, Boolean) 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) 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) 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) 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) Initializes a new instance of the SplashFormProperties class with the specified settings.
SplashFormProperties(Form, Image, Boolean, Boolean, Boolean) Initializes a new instance of the SplashFormProperties class with the specified settings.
SplashFormProperties(Form, Image, Boolean, Boolean) 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.

Properties

Name Description
AllowGlowEffect Gets or sets whether the splash form is displayed using the glow effect.
ClosingDelay Gets or sets the delay, in milliseconds, before the splash form is closed.
CustomImagePainter Gets or sets an object that implements a custom drawing procedure.
Image This member supports the internal infrastructure, and is not intended to be used directly from your code.
ImageOptions
ParentForm Gets the parent form for a splash form to be displayed. This member supports the internal infrastructure, and is not intended to be used directly from your code.
ParentHandle Gets the handle of the parent window.
UseFadeInEffect Gets or sets whether to use a fade-in effect when a splash form is being opened.
UseFadeOutEffect Gets or sets whether to use a fade-out effect when a splash form is being closed.

Methods

Name Description
Clone() Creates and returns a copy of the current SplashFormProperties object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also