SplashScreen.Show Method (Boolean)
Displays the splash screen.
Namespace: System.Windows
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- autoClose
- Type: System.Boolean
true to automatically close the splash screen; false to close the splash screen manually.
| Exception | Condition |
|---|---|
| IOException | The resource specified in the constructor could not be found. |
If you call the Show method with autoClose set to true, you do not have to call the Close method. The splash screen will close automatically after the application is loaded. When the splash screen closes, the length of time it will take for it to fade is determined by the default value for the fadeoutDuration parameter, which is 300 milliseconds.
Call the Show method with autoClose set to false when you want to provide a non-default value for the fade duration. You will have to call the Close method to close the splash screen.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.