Click or drag to resize
LicensingGuiLoadSplashImageFile Method
Loads the SplashImage from a file.

Namespace: com.softwarekey.Client.Gui
Assembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntax
public void LoadSplashImageFile(
	string path
)

Parameters

path
Type: SystemString
The absolute path to the image file to load.
Remarks

If the splash screen image cannot be loaded, the splash screen will still be displayed without the image.

See Also