An NDoc Documented Class Library

SplashScreen Constructor

Create a splash screen based on a Form. form must be System.Windows.Forms.Form or derived from it. Typical usage: SplashScreen ss = new SplashScreen( typeof( MyForm ) );.

Overload List

Create a splash screen based on a Form. form must be System.Windows.Forms.Form or derived from it. Typical usage: SplashScreen ss = new SplashScreen( typeof( MyForm ) );.

public SplashScreen(Type);

Create a splash screen based on a Form, with non standard styles. form must be System.Windows.Forms.Form or derived from it. Typical usage: SplashScreen ss = new SplashScreen( typeof( MyForm ), SplashScreenStyles.TopMost ); );.

public SplashScreen(Type,SplashScreenStyles);

See Also

SplashScreen Class | SplashScreen Members | Genghis.Windows.Forms Namespace