[DevExpress Support Team: CLONED FROM S39550: SplashScreenManager - Provide the capability to display WaitForm as a modal dialog]
Can I have the spinner and text. I need something to show the user that there is activity.
Overlay Form - How to display arbitrary text next to the spinner
Answers approved by DevExpress Support
Hello Justin,
To add any element to the spinner, you can create a custom painter as described in the Overlay Form main article. The example provided there however completely disables the default painting mechanism. To avoid it, comment out the line where OverlayWindowCustomDrawContext.Handled is set to true. Let me know if you need additional assistance in this regard.