Back to Devexpress

SplashFormBase Class

windowsforms-devexpress-dot-xtrasplashform.md

latest2.1 KB
Original Source

SplashFormBase Class

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

Declaration

csharp
public class SplashFormBase :
    StickLookAndFeelForm,
    ITransparentBackgroundManager
vb
Public Class SplashFormBase
    Inherits StickLookAndFeelForm
    Implements 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 SplashScreen

WaitForm

See Also

SplashFormBase Members

DevExpress.XtraSplashForm Namespace