Class SplashForm
Inheritance
System.Object
SplashForm
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SplashForm : Form
Constructors
SplashForm()
Declaration
public SplashForm()
Properties
BackgroundImage
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()
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
|