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

SplashScreenManager.ShowOverlayForm(Control, OverlayWindowOptions) Method

Shows an Overlay Form with the specified options over the specified control.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static IOverlaySplashScreenHandle ShowOverlayForm(
    Control owner,
    OverlayWindowOptions options
)

Parameters

Name Type Description
owner Control

A Control that should be overlapped by an Overlay Form.

options OverlayWindowOptions

An OverlayWindowOptions object that specifies the Overlay Form options, such as the loading image, fade animation and colors.

Returns

Type Description
DevExpress.XtraSplashScreen.IOverlaySplashScreenHandle

A handle for the shown Overlay Form. Use this handle to close the Overlay Form.

See Also