Class RadSplashScreenManager
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadSplashScreenManager : BaseSplashManager
Constructors
RadSplashScreenManager()
Declaration
public RadSplashScreenManager()
Properties
IsActive
Gets a value indicating whether or not there is a splash screen form opened.
Declaration
public static bool IsActive { get; }
Property Value
System.
|
SplashInstance
Gets or sets the splash screen instance.
Declaration
public static SplashScreen SplashInstance { get; set; }
Property Value
ThemeName
Gets or sets the theme name of the splash form.
Declaration
public static string ThemeName { get; set; }
Property Value
System.
|
TopMost
Gets or sets a value indicating whether the splash form will be top most.
Declaration
public static bool TopMost { get; set; }
Property Value
System.
|
Methods
Close()
Closes the splash form.
Declaration
public static void Close()
SetContent(String)
Sets the main text if the displayed control is Rad
Declaration
public static 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 static void SetIcon(Image footerIcon)
Parameters
System. The icon. |
SetImage(Image)
Sets the main image if the displayed control is Rad
Declaration
public static void SetImage(Image image)
Parameters
System. The image. |
SetProgress(Int32)
Sets the progress percentage if the displayed control is Rad
Declaration
public static void SetProgress(int progress)
Parameters
System. The progress percentage. |
SetSize(Int32, Int32)
Sets the size of the splash form.
Declaration
public static 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 static void SetState(SplashScreenProgressIndicatorState newState)
Parameters
Splash The new progress indicator state. |
Show(Type)
Shows a splash form with given content type.
Declaration
public static void Show(Type contentType)
Parameters
System. The type of the content. |
Show(RadSplashScreenSettings)
Shows a splash form with the default splash control.
Declaration
public static void Show(RadSplashScreenSettings settings)
Parameters
Rad The initial settings of the splash. |
Events
ContentCreated
Occurs when the content control has been created.
Note that the control is created on a separate System.
Declaration
public static event ContentCreatedEventHandler ContentCreated