Skip to main content

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 Method

Name Parameters Description
ShowOverlayForm(Control, OverlayWindowOptions) static owner, options Shows an Overlay Form with the specified options over the specified control.
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>) static owner, fadeIn, fadeOut, backColor, foreColor, opacity, image, customPainter, skinName, rotationParameters, startupDelay, imageSize, animationType, lineAnimationParameters, useDirectX, disableInput, trackOwnerBounds
ShowOverlayForm(Control) static owner Shows an Overlay Form with the default options over the specified control.