BaseSplash<T>
Class
Definition
Namespace:Telerik.WinControls.UI.SplashScreen
Assembly:Telerik.WinControls.UI.dll
Type Parameters:
T
Syntax:
C#
public abstract class BaseSplash<T> : IDisposable where T : Form
Inheritance: objectBaseSplash<T>
Derived Classes:
Implements:
Constructors
C#
public BaseSplash()
Properties
Gets or sets the animation manager, which holds the animation settings and is responsible for the animation.
C#
public SplashAnimationManager AnimationManager { get; set; }
Form
T
C#
protected virtual T Form { get; set; }
Gets a value indicating whether or not there is a splash screen window opened.
C#
public bool IsActive { get; }
Gets or sets the theme name of the splash form.
C#
public string ThemeName { get; set; }
Methods
C#
protected virtual void CreateAndStartBackgroundThreadWithAction(ThreadStart action)
Creates a form.
C#
public abstract T CreateFrom()
T
The created form.
C#
public virtual void Dispose()
Implements: