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. |
Feedback