New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public SplashScreen()

Properties

Gets or sets the desktop location when the StartPosition is Manual.

C#
public Point Location { get; set; }

Gets or sets the screen start position.

C#
public SplashStartPosition StartPosition { get; set; }

Gets or sets a value indicating whether the splash form will be top most.

C#
public virtual bool TopMost { get; set; }

Methods

Attaches to the splash/overlay form events.

C#
protected virtual void AttachFormEvents(Form form)
Parameters:formForm

The form

Closes the splash form.

C#
public virtual void Close()

Creates a splash form.

C#
public override RadSplashScreenForm CreateFrom()
Returns:

RadSplashScreenForm

The created form.

Overrides: BaseSplash<RadSplashScreenForm>.CreateFrom()

Detaches from splash/overlay form events.

C#
protected virtual void DetachFormEvents(Form form)
Parameters:formForm

The form

C#
public override void Dispose()

Overrides: BaseSplash<RadSplashScreenForm>.Dispose()

Sets the main text if the displayed control is RadSplashScreenControl

C#
public virtual void SetContent(string text)
Parameters:textstring

The content text.

Sets the footer text if the displayed control is RadSplashScreenControl and the state is determinate.

C#
public virtual void SetFooter(string footerText)
Parameters:footerTextstring

The footer text.

Sets the footer icon if the displayed control is RadSplashScreenControl and the state is determinate.

C#
public virtual void SetIcon(Image footerIcon)
Parameters:footerIconImage

The icon.

Sets the main image if the displayed control is RadSplashScreenControl

C#
public virtual void SetImage(Image image)
Parameters:imageImage

The image.

Sets the progress percentage if the displayed control is RadSplashScreenControl and the state is determinate.

C#
public virtual void SetProgress(int progress)
Parameters:progressint

The progress percentage.

Sets the size of the splash form.

C#
public virtual void SetSize(int width, int height)
Parameters:widthint

The height.

heightint

The width.

Sets the progress indicator state if the displayed control is RadSplashScreenControl

C#
public virtual void SetState(SplashScreenProgressIndicatorState newState)
Parameters:newStateSplashScreenProgressIndicatorState

The new progress indicator state.

Shows a splash form with the default splash control.

C#
public virtual void Show(RadSplashScreenSettings settings)
Parameters:settingsRadSplashScreenSettings

The initial settings of the splash.

Shows a splash form with given content type.

C#
public virtual void Show(Type contentType)
Parameters:contentTypeType

The type of the content.

C#
protected virtual void ShowInternal(Type content)
Parameters:contentType
C#
protected virtual void ShowSplashForm(Form splashForm)
Parameters:splashFormForm
C#
protected virtual void ShowSplashScreen(Type controlType)
Parameters:controlTypeType