Common Application Framework

SplashScreen.Show Method

Display a splashscreen with the given image.

Overload List

Display a splashscreen with the given image.

public abstract void Show(Image);

Display a splashscreen with the image defined by the given path or resource id

public abstract void Show(string);

Display a splashscreen with the image defined by the given path or resource id

public abstract void Show(string,IApplicationInfo);

See Also

SplashScreen Class | Aveva.ApplicationFramework.Presentation Namespace