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

ShowMode Enum

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public enum ShowMode

Members

Name Description
Form

Displays a splash form.

Image

Displays an image specified by SplashScreen.SplashImageOptions.

Related API Members

The following properties accept/return ShowMode values:

Remarks

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

See Also