WinApplication.SplashScreen Property
Specifies the splash screen displayed when a Windows Forms application starts.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Property Value
Type | Description |
---|---|
ISplash | An ISplash object, which is the splash screen displayed when a Windows Forms application starts. |
Remarks
For information on how to access this property, see the Loading Panels / Splash Forms (WinForms) topic.
See Also