Back to Devexpress

SplashScreen Class

windowsforms-devexpress-dot-xtrasplashscreen-47f96d80.md

latest2.5 KB
Original Source

SplashScreen Class

The default splash screen managed by the SplashScreenManager component.

Namespace : DevExpress.XtraSplashScreen

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class SplashScreen :
    SplashFormBase
vb
Public Class SplashScreen
    Inherits SplashFormBase

Remarks

  • Non-skin-dependent apperance.
  • Supports design-time customization.
  • Can be automatically shown and closed at the main form’s startup.

See Splash Screen Manager and Splash Screen topics for more information.

Inheritance

Show 13 items

Object MarshalByRefObject Component Control ScrollableControl ContainerControl Form DevExpress.XtraEditors.DForm DevExpress.Utils.Win.TopFormBase DevExpress.Utils.Win.CustomTopForm DevExpress.Utils.Win.StickLookAndFeelForm SplashFormBase SplashScreen

See Also

SplashScreen Members

SplashScreenManager

Splash Screen Manager

Splash Screen Form

DevExpress.XtraSplashScreen Namespace