SplashFormBase Class
In This Article
The base class for splash forms displayed using the SplashScreenManager component.
Namespace: DevExpress.XtraSplashForm
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Remarks
Do not inherit a custom splash form from the SplashFormBase class. Instead, use the SplashScreen or WaitForm class as an ancestor for your splash form.
#Inheritance
Show 14 items
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
Form
DevExpress.XtraEditors.DForm
DevExpress.Utils.Win.TopFormBase
DevExpress.Utils.Win.CustomTopForm
DevExpress.Utils.Win.StickLookAndFeelForm
See Also