skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class SplashScreen

Inheritance
System.Object
BaseSplash<RadSplashScreenForm>
SplashScreen
Inherited Members
BaseSplash<RadSplashScreenForm>.CreateAndStartBackgroundThreadWithAction(ThreadStart)
BaseSplash<RadSplashScreenForm>.ExecuteAction(Action)
BaseSplash<RadSplashScreenForm>.Form
BaseSplash<RadSplashScreenForm>.AnimationManager
BaseSplash<RadSplashScreenForm>.IsActive
BaseSplash<RadSplashScreenForm>.ThemeName
BaseSplash<RadSplashScreenForm>.Thread
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 StartPosition is Manual.

Declaration
public Point Location { get; set; }
Property Value
System.Drawing.Point

StartPosition

Gets or sets the screen start position.

Declaration
public SplashStartPosition StartPosition { get; set; }
Property Value
SplashStartPosition

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.Boolean

Methods

AttachFormEvents(Form)

Attaches to the splash/overlay form events.

Declaration
protected virtual void AttachFormEvents(Form form)
Parameters
System.Windows.Forms.Form form

The form

Close()

Closes the splash form.

Declaration
public virtual void Close()

CreateFrom()

Creates a splash form.

Declaration
public override RadSplashScreenForm CreateFrom()
Returns
RadSplashScreenForm

The created form.

Overrides
Telerik.WinControls.UI.SplashScreen.BaseSplash<Telerik.WinControls.UI.SplashScreen.RadSplashScreenForm>.CreateFrom()

DetachFormEvents(Form)

Detaches from splash/overlay form events.

Declaration
protected virtual void DetachFormEvents(Form form)
Parameters
System.Windows.Forms.Form form

The form

Dispose()

Declaration
public override void Dispose()
Overrides
Telerik.WinControls.UI.SplashScreen.BaseSplash<Telerik.WinControls.UI.SplashScreen.RadSplashScreenForm>.Dispose()

SetContent(String)

Sets the main text if the displayed control is RadSplashScreenControl

Declaration
public virtual void SetContent(string text)
Parameters
System.String text

The content text.

SetFooter(String)

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

Declaration
public virtual void SetFooter(string footerText)
Parameters
System.String footerText

The footer text.

SetIcon(Image)

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

Declaration
public virtual void SetIcon(Image footerIcon)
Parameters
System.Drawing.Image footerIcon

The icon.

SetImage(Image)

Sets the main image if the displayed control is RadSplashScreenControl

Declaration
public virtual void SetImage(Image image)
Parameters
System.Drawing.Image image

The image.

SetProgress(Int32)

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

Declaration
public virtual void SetProgress(int progress)
Parameters
System.Int32 progress

The progress percentage.

SetSize(Int32, Int32)

Sets the size of the splash form.

Declaration
public virtual void SetSize(int width, int height)
Parameters
System.Int32 width

The height.

System.Int32 height

The width.

SetState(SplashScreenProgressIndicatorState)

Sets the progress indicator state if the displayed control is RadSplashScreenControl

Declaration
public virtual void SetState(SplashScreenProgressIndicatorState newState)
Parameters
SplashScreenProgressIndicatorState newState

The new progress indicator state.

Show(Type)

Shows a splash form with given content type.

Declaration
public virtual void Show(Type contentType)
Parameters
System.Type contentType

The type of the content.

Show(RadSplashScreenSettings)

Shows a splash form with the default splash control.

Declaration
public virtual void Show(RadSplashScreenSettings settings)
Parameters
RadSplashScreenSettings settings

The initial settings of the splash.

ShowInternal(Type)

Declaration
protected virtual void ShowInternal(Type content)
Parameters
System.Type content

ShowSplashForm(Form)

Declaration
protected virtual void ShowSplashForm(Form splashForm)
Parameters
System.Windows.Forms.Form splashForm

ShowSplashScreen(Type)

Declaration
protected virtual void ShowSplashScreen(Type controlType)
Parameters
System.Type controlType

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.