An NDoc Documented Class Library

SplashScreen.Close Method

Closes the splash screen immediately. Activates the form specified by main (may be null).

Overload List

Closes the splash screen immediately. Activates the form specified by main (may be null).

public void Close(Form);

Closes the splash screen after a specific time period (specified in milliseconds). Activates the form specified by main (may be null).

public void Close(Form,int);

See Also

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