Skip to main content

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.