LicensingGuiSplashImage Property |
Gets or sets the image to display on the splash screen.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic Image SplashImage { get; set; }
Public Property SplashImage As Image
Get
Set
public:
property Image^ SplashImage {
Image^ get ();
void set (Image^ value);
}
Property Value
Type:
Image
See Also