LicensingGuiSplashMinimumDuration Property |
Gets or sets the minimum duration which the splash screen should be displayed. It may be displayed for a longer time if work is being done asynchronously.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic int SplashMinimumDuration { get; set; }
Public Property SplashMinimumDuration As Integer
Get
Set
public:
property int SplashMinimumDuration {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also