Skip to main content
A newer version of this page is available.
All docs
V20.2

SplashScreenManager.ShowOverlayForm(Control, Nullable<Boolean>, Nullable<Boolean>, Nullable<Color>, Nullable<Color>, Nullable<Int32>, Image, IOverlayWindowPainter, String, Nullable<ImageRotationParams>, Nullable<Int32>, Nullable<Size>, Nullable<WaitAnimationType>, Nullable<LineAnimationParams>, Nullable<Boolean>, Nullable<Boolean>) Method

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static IOverlaySplashScreenHandle ShowOverlayForm(
    Control owner,
    bool? fadeIn = null,
    bool? fadeOut = null,
    Color? backColor = null,
    Color? foreColor = null,
    int? opacity = null,
    Image image = null,
    IOverlayWindowPainter customPainter = null,
    string skinName = null,
    ImageRotationParams? rotationParameters = null,
    int? startupDelay = null,
    Size? imageSize = null,
    WaitAnimationType? animationType = null,
    LineAnimationParams? lineAnimationParameters = null,
    bool? useDirectX = null,
    bool? disableInput = null
)

Parameters

Name Type
owner Control

Optional Parameters

Name Type Default
fadeIn Nullable<Boolean> *null*
fadeOut Nullable<Boolean> *null*
backColor Nullable<Color> *null*
foreColor Nullable<Color> *null*
opacity Nullable<Int32> *null*
image Image *null*
customPainter DevExpress.XtraSplashScreen.IOverlayWindowPainter *null*
skinName String *null*
rotationParameters Nullable<ImageRotationParams> *null*
startupDelay Nullable<Int32> *null*
imageSize Nullable<Size> *null*
animationType Nullable<WaitAnimationType> *null*
lineAnimationParameters Nullable<LineAnimationParams> *null*
useDirectX Nullable<Boolean> *null*
disableInput Nullable<Boolean> *null*

Returns

Type
DevExpress.XtraSplashScreen.IOverlaySplashScreenHandle
See Also