windowsforms-devexpress-dot-xtrasplashform.md
The base class for splash forms displayed using the SplashScreenManager component.
Namespace : DevExpress.XtraSplashForm
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class SplashFormBase :
StickLookAndFeelForm,
ITransparentBackgroundManager
Public Class SplashFormBase
Inherits StickLookAndFeelForm
Implements ITransparentBackgroundManager
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.
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 SplashFormBase SplashScreen
See Also