LicensingGuiLoadSplashImageFile Method |
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic void LoadSplashImageFile(
string path
)
Public Sub LoadSplashImageFile (
path As String
)
public:
void LoadSplashImageFile(
String^ path
)
Parameters
- path
- Type: SystemString
The absolute path to the image file to load.
RemarksIf the splash screen image cannot be loaded, the splash screen will still be displayed without the image.
See Also