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

SplashFormBase Class

The base class for splash forms displayed using the SplashScreenManager component.

Namespace: DevExpress.XtraSplashForm

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public class SplashFormBase :
    StickLookAndFeelForm,
    ITransparentBackgroundManager

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
SplashFormBase
See Also