Skip to main content
A newer version of this page is available.
All docs
V19.1

SplashScreenManager.ShowDefaultWaitForm Method

Name Parameters Description
ShowDefaultWaitForm(String, String) static caption, description Creates and displays the predefined WaitForm descendant, centering it against your application’s main form.
ShowDefaultWaitForm(Form, Boolean, Boolean, Boolean, Int32, String, String) static parentForm, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, pendingTime, caption, description Creates and displays the predefined WaitForm descendant, centering it against another form.
ShowDefaultWaitForm(Form, Boolean, Boolean, String, String) static parentForm, useFadeIn, useFadeOut, caption, description Creates and displays the predefined WaitForm descendant, centering it against another form.