An NDoc Documented Class Library

SplashScreen Constructor (Type)

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 formType
);

See Also

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