Back to Devexpress

WinApplication.SplashScreen Property

expressappframework-devexpress-dot-expressapp-dot-win-dot-winapplication-c315e373.md

latest1.6 KB
Original Source

WinApplication.SplashScreen Property

Specifies the splash screen displayed when a Windows Forms application starts.

Namespace : DevExpress.ExpressApp.Win

Assembly : DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
[Browsable(false)]
public ISplash SplashScreen { get; set; }
vb
<Browsable(False)>
Public Property SplashScreen As ISplash

Property Value

TypeDescription
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

WinApplication Class

WinApplication Members

DevExpress.ExpressApp.Win Namespace