An NDoc Documented Class Library

SplashScreen Constructor (Type, SplashScreenStyles)

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 formType,
   SplashScreenStyles styles
);

See Also

SplashScreen Class | SplashScreen Members | Genghis.Windows.Forms Namespace | SplashScreen Constructor Overload List