Skip to main content
All docs
V19.2

SplashScreenManager.ShowDefaultWaitForm(String, String) Method

Creates and displays the predefined WaitForm descendant, centering it against your application’s main form.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public static void ShowDefaultWaitForm(
    string caption = null,
    string description = null
)

Optional Parameters

Name Type Default Description
caption String *null*

A string value that specifies the wait form’s caption.

description String *null*

A string value that specifies the wait form’s description.

See Also