Class SplashScreen
Inherited Members
Namespace: Telerik.WinControls.UI.SplashScreen
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SplashScreen : BaseSplash<RadSplashScreenForm>, IDisposable
Constructors
SplashScreen()
Declaration
public SplashScreen()
Properties
Location
Gets or sets the desktop location when the Start
Declaration
public Point Location { get; set; }
Property Value
System.
|
StartPosition
Gets or sets the screen start position.
Declaration
public SplashStartPosition StartPosition { get; set; }
Property Value
TopMost
Gets or sets a value indicating whether the splash form will be top most.
Declaration
public virtual bool TopMost { get; set; }
Property Value
System.
|
Methods
AttachFormEvents(Form)
Attaches to the splash/overlay form events.
Declaration
protected virtual void AttachFormEvents(Form form)
Parameters
System. The form |
Close()
Closes the splash form.
Declaration
public virtual void Close()
CreateFrom()
Creates a splash form.
Declaration
public override RadSplashScreenForm CreateFrom()
Returns
Rad The created form. |
Overrides
DetachFormEvents(Form)
Detaches from splash/overlay form events.
Declaration
protected virtual void DetachFormEvents(Form form)
Parameters
System. The form |
Dispose()
Declaration
public override void Dispose()
Overrides
SetContent(String)
Sets the main text if the displayed control is Rad
Declaration
public virtual void SetContent(string text)
Parameters
System. The content text. |
SetFooter(String)
SetIcon(Image)
Sets the footer icon if the displayed control is Rad
Declaration
public virtual void SetIcon(Image footerIcon)
Parameters
System. The icon. |
SetImage(Image)
Sets the main image if the displayed control is Rad
Declaration
public virtual void SetImage(Image image)
Parameters
System. The image. |
SetProgress(Int32)
Sets the progress percentage if the displayed control is Rad
Declaration
public virtual void SetProgress(int progress)
Parameters
System. The progress percentage. |
SetSize(Int32, Int32)
Sets the size of the splash form.
Declaration
public virtual void SetSize(int width, int height)
Parameters
System. The height. |
System. The width. |
SetState(SplashScreenProgressIndicatorState)
Sets the progress indicator state if the displayed control is Rad
Declaration
public virtual void SetState(SplashScreenProgressIndicatorState newState)
Parameters
Splash The new progress indicator state. |
Show(Type)
Shows a splash form with given content type.
Declaration
public virtual void Show(Type contentType)
Parameters
System. The type of the content. |
Show(RadSplashScreenSettings)
Shows a splash form with the default splash control.
Declaration
public virtual void Show(RadSplashScreenSettings settings)
Parameters
Rad The initial settings of the splash. |
ShowInternal(Type)
Declaration
protected virtual void ShowInternal(Type content)
Parameters
System.
|
ShowSplashForm(Form)
Declaration
protected virtual void ShowSplashForm(Form splashForm)
Parameters
System.
|
ShowSplashScreen(Type)
Declaration
protected virtual void ShowSplashScreen(Type controlType)
Parameters
System.
|