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