|
3 | 3 | [](https://supportcenter.devexpress.com/ticket/details/E3575)
|
4 | 4 | [](https://docs.devexpress.com/GeneralInformation/403183)
|
5 | 5 | <!-- default badges end -->
|
6 | | -<!-- default file list --> |
7 | | -*Files to look at*: |
8 | | - |
9 | | -* [Form1.cs](./CS/Form1.cs) (VB: [Form1.vb](./VB/Form1.vb)) |
10 | | -<!-- default file list end --> |
11 | | -# How to dynamically change a Wait Form's labels |
12 | 6 |
|
| 7 | +# WinForms Wait Form - How to dynamically change labels |
13 | 8 |
|
14 | | -<p>A Wait Form is displayed by a Splash Screen Manager in a separate thread. To dynamically change labels within the Wait Form, while it is being displayed, use the SplashScreenManager.SetWaitFormCaption and SetWaitFormDescription methods.</p> |
| 9 | +The [WinForms Splash Screen Manager](https://docs.devexpress.com/WindowsForms/10826/controls-and-libraries/forms-and-user-controls/splash-screen-manager) runs the [Wait Form](https://docs.devexpress.com/WindowsForms/10824/controls-and-libraries/forms-and-user-controls/splash-screen-manager/wait-form)in a separate thread. This example uses the [SetWaitFormCaption](https://docs.devexpress.com/WindowsForms/DevExpress.XtraSplashScreen.SplashScreenManager.SetWaitFormCaption(System.String)) and [SetWaitFormDescription](https://docs.devexpress.com/WindowsForms/DevExpress.XtraSplashScreen.SplashScreenManager.SetWaitFormDescription(System.String)) methods to change labels before the Wait Form is displayed. |
15 | 10 |
|
16 | | -<br/> |
17 | 11 |
|
| 12 | +## Files to Review |
18 | 13 |
|
| 14 | +* [Form1.cs](./CS/Form1.cs) (VB: [Form1.vb](./VB/Form1.vb)) |
0 commit comments