SplashForm
Class
Represents a splash screen form that can display with transparent background and animated show/hide effects.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SplashForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormSplashForm...
Implements:
Inherited Members
Constructors
Initializes a new instance of the SplashForm class.
C#
public SplashForm()
Properties
Gets or sets the background image displayed in the splash form. Setting this property also adjusts the form size to match the image size.
C#
public override Image BackgroundImage { get; set; }
Overrides:
C#
protected override CreateParams CreateParams { get; }
Overrides:
Methods
Hides the splash form with an animated fade-out effect.
C#
public void AnimatedHide()
C#
protected virtual void AnimateFuncHide()
C#
protected virtual void AnimateFuncShow()
Clean up any resources being used.
C#
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
C#
protected virtual void SetupLayeredWindow()