Class
BaseSplash<T>

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

Implements: IDisposable

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

SplashAnimationManager

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.

Declaration

cs-api-definition
public bool IsActive { get; }

Property Value

bool

ThemeName

Gets or sets the theme name of the splash form.

Declaration

cs-api-definition
public string ThemeName { get; set; }

Property Value

string

Thread

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

Declaration

cs-api-definition
protected Thread Thread { get; set; }

Property Value

Thread

Methods

CreateAndStartBackgroundThreadWithAction(ThreadStart)

Declaration

cs-api-definition
protected virtual void CreateAndStartBackgroundThreadWithAction(ThreadStart action)

Parameters

action

ThreadStart

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 IDisposable.Dispose()

ExecuteAction(Action)

Declaration

cs-api-definition
protected virtual void ExecuteAction(Action action)

Parameters

action

Action