Skip to main content
All docs
V25.1
  • 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>, Nullable<Boolean>) Method

    Namespace: DevExpress.XtraSplashScreen

    Assembly: DevExpress.XtraEditors.v25.1.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,
        bool? trackOwnerBounds = 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
    trackOwnerBounds Nullable<Boolean> null

    Returns

    Type
    IOverlaySplashScreenHandle

    The following code snippet (auto-collected from DevExpress Examples) contains a reference to the 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>, Nullable<Boolean>) method.

    Note

    The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

    See Also