Class SplashForm
Represents a splash screen form that can display with transparent background and animated show/hide effects.
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SplashForm : Form
Constructors
SplashForm()
Initializes a new instance of the SplashForm class.
Declaration
public SplashForm()
Properties
BackgroundImage
Gets or sets the background image displayed in the splash form. Setting this property also adjusts the form size to match the image size.
Declaration
public override Image BackgroundImage { get; set; }
Property Value
System.Drawing.Image
|
CreateParams
Declaration
protected override CreateParams CreateParams { get; }
Property Value
System.Windows.Forms.CreateParams
|
Methods
AnimatedHide()
Hides the splash form with an animated fade-out effect.
Declaration
public void AnimatedHide()
AnimateFuncHide()
Declaration
protected virtual void AnimateFuncHide()
AnimateFuncShow()
Declaration
protected virtual void AnimateFuncShow()
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
SetupLayeredWindow()
Declaration
protected virtual void SetupLayeredWindow()
UpdateLayeredWindow(Byte)
Declaration
protected virtual void UpdateLayeredWindow(byte alpha)
Parameters
System.Byte
alpha
|