New to Telerik UI for WinFormsStart a free 30-day trial

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: BaseOverlayScreenSplashScreen

Implements: IDisposable

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; }
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; }

Gets or sets the thread on which the form is shown.

C#
protected Thread Thread { get; set; }

Methods

C#
protected virtual void CreateAndStartBackgroundThreadWithAction(ThreadStart action)
Parameters:actionThreadStart

Creates a form.

C#
public abstract T CreateFrom()
Returns:

T

The created form.

C#
public virtual void Dispose()

Implements: IDisposable.Dispose()

C#
protected virtual void ExecuteAction(Action action)
Parameters:actionAction