SplashFormProperties Properties
Contains appearance settings for splash forms.| 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. |
See Also