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 ) );
.
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);
SplashScreen Class | SplashScreen Members | Genghis.Windows.Forms Namespace