Skip to main content
A newer version of this page is available. .

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>) static owner, fadeIn, fadeOut, backColor, foreColor, opacity, image, customPainter, skinName, rotationParameters, startupDelay Shows an Overlay Form with the specified options over the specified control.
ShowOverlayForm(Control) static owner Shows an Overlay Form with the default options over the specified control.