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 over the specified control using the specified options.
ShowOverlayForm(Control, Nullable<Boolean>, Nullable<Boolean>, Nullable<Color>, Nullable<Color>, Nullable<Int32>, Image, IOverlayWindowPainter, String, Nullable<ImageRotationParams>) static owner, fadeIn, fadeOut, backColor, foreColor, opacity, image, customPainter, skinName, rotationParameters Shows an Overlay Form over the specified control using the specified options.
ShowOverlayForm(Control) static owner Shows an Overlay Form over the specified control with the default options.