Show / Hide Table of Contents

Class SimpleSplashScreen

Simple and fast splash screen for display images during application startup.

Inheritance
object
SimpleSplashScreen
Implements
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public sealed class SimpleSplashScreen : IDisposable
Remarks

Once your application window has launched/loaded, The splashscreen should be removed by either disposing this instance or calling Hide(TimeSpan).

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

~SimpleSplashScreen()

Finalizer

Hide(TimeSpan)

Hides the splashscreen

ShowDefaultSplashScreen()

Shows the splashscreen image specified in the application manifest.

ShowSplashScreenImage(string)

Shows a splash screen image at the center of the screen

See Also

SplashScreen
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX