Click or drag to resize
LicenseStatusEntry Constructor
Creates a new LicenseStatusEntry

Namespace: com.softwarekey.Client.Gui
Assembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntax
public LicenseStatusEntry(
	LicenseStatusIcon statusIcon,
	string displayName,
	string displayStatus
)

Parameters

statusIcon
Type: com.softwarekey.Client.GuiLicenseStatusIcon
The icon to display in the list.
displayName
Type: SystemString
The name of the status entry. This can be "License" or the name of a particular application module, feature, or license parameter.
displayStatus
Type: SystemString
The status text to display.
See Also