Back to Devexpress

SplashScreen.AllowControlsInImageMode Property

windowsforms-devexpress-dot-xtrasplashscreen-dot-splashscreen-c905d12f.md

latest2.5 KB
Original Source

SplashScreen.AllowControlsInImageMode Property

Gets or sets whether custom controls can be added to the SplashScreen when SplashScreen.ShowMode is set to ShowMode.Image.

Namespace : DevExpress.XtraSplashScreen

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
public bool AllowControlsInImageMode { get; set; }
vb
<DefaultValue(False)>
Public Property AllowControlsInImageMode As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if custom controls can be added to the SplashScreen when SplashScreen.ShowMode is set to ShowMode.Image; otherwise, false.

|

Remarks

To display an image as a splash form, set the SplashScreen.ShowMode property to ShowMode.Image. This hides all the controls added to the SplashScreen and displays the splash screen image in the form’s background.

You can still allow custom controls to be displayed above the splash screen image. Set the AllowControlsInImageMode property to true and add your controls to the SplashScreen form.

See Also

ShowMode

SplashImageOptions

SplashScreen Class

SplashScreen Members

DevExpress.XtraSplashScreen Namespace