Skip to main content
A newer version of this page is available. .

SplashScreen Class

A form, designed to be opened at startup of your main form. Splash Screens are managed by the SplashScreenManager component.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public class SplashScreen :
    SplashFormBase

Remarks

To create a Splash Screen, use the SplashScreenManager component. Once a Splash Screen is generated, you can modify it according to your requirements.

For information on creating and displaying Splash Screens, see Splash Screen Manager Overview and Splash Screen topics.

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