Back to Devexpress

ShowMode Enum

windowsforms-devexpress-dot-xtrasplashscreen-d5367b0c.md

latest1.5 KB
Original Source

ShowMode Enum

Contains values that specify how a SplashScreen is displayed, as a form or as an image.

Namespace : DevExpress.XtraSplashScreen

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum ShowMode
vb
Public Enum ShowMode

Members

NameDescription
Form

Displays a splash form.

| | Image |

Displays the default or custom image specified in SplashScreen.SplashImageOptions. Fade effects are not supported in Image display mode.

|

The following properties accept/return ShowMode values:

Remarks

Use the SplashScreen.ShowMode property to specify the form’s display mode.

See Also

ShowMode

DevExpress.XtraSplashScreen Namespace