Class BaseSplash<T>
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.SplashScreen
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class BaseSplash<T> : IDisposable where T : Form
Type Parameters
T
|
Constructors
BaseSplash()
Declaration
public BaseSplash()
Properties
AnimationManager
Gets or sets the animation manager, which holds the animation settings and is responsible for the animation.
Declaration
public SplashAnimationManager AnimationManager { get; set; }
Property Value
SplashAnimationManager
|
Form
Declaration
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
public bool IsActive { get; }
Property Value
System.Boolean
|
ThemeName
Gets or sets the theme name of the splash form.
Declaration
public string ThemeName { get; set; }
Property Value
System.String
|
Thread
Gets or sets the thread on which the form is shown.
Declaration
protected Thread Thread { get; set; }
Property Value
System.Threading.Thread
|
Methods
CreateAndStartBackgroundThreadWithAction(ThreadStart)
Declaration
protected virtual void CreateAndStartBackgroundThreadWithAction(ThreadStart action)
Parameters
System.Threading.ThreadStart
action
|
CreateFrom()
Creates a form.
Declaration
public abstract T CreateFrom()
Returns
T
The created form. |
Dispose()
Declaration
public virtual void Dispose()
Implements
ExecuteAction(Action)
Declaration
protected virtual void ExecuteAction(Action action)
Parameters
System.Action
action
|