Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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,
    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