SplashScreen
Definition
Namespace:Telerik.WinControls.UI.SplashScreen
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class SplashScreen : BaseSplash<RadSplashScreenForm>, IDisposable
Inheritance: objectBaseSplash<RadSplashScreenForm>SplashScreen
Implements:
Inherited Members
Constructors
public SplashScreen()
Properties
Gets or sets the desktop location when the StartPosition is Manual.
public Point Location { get; set; }
Gets or sets the screen start position.
public SplashStartPosition StartPosition { get; set; }
Methods
Attaches to the splash/overlay form events.
Closes the splash form.
public virtual void Close()
Creates a splash form.
public override RadSplashScreenForm CreateFrom()
The created form.
Overrides:
Detaches from splash/overlay form events.
public override void Dispose()
Overrides:
Sets the main text if the displayed control is RadSplashScreenControl
Sets the footer text if the displayed control is RadSplashScreenControl and the state is determinate.
Sets the footer icon if the displayed control is RadSplashScreenControl and the state is determinate.
Sets the main image if the displayed control is RadSplashScreenControl
Sets the progress percentage if the displayed control is RadSplashScreenControl and the state is determinate.
Sets the progress indicator state if the displayed control is RadSplashScreenControl
public virtual void SetState(SplashScreenProgressIndicatorState newState)
The new progress indicator state.
Shows a splash form with the default splash control.
public virtual void Show(RadSplashScreenSettings settings)
The initial settings of the splash.
Shows a splash form with given content type.