LicensingGuiSplashTopMost Property |
Gets or sets whether to splash screen shows on top of all other windows.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic bool SplashTopMost { get; set; }
Public Property SplashTopMost As Boolean
Get
Set
public:
property bool SplashTopMost {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also