Click or drag to resize
LicenseStatusIcon Enumeration
Different status icons.

Namespace: com.softwarekey.Client.Gui
Assembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntax
public enum LicenseStatusIcon
Members
  Member nameValueDescription
None-1Don't display any icon in the list for this entry.
Ok0The status of the entry is Ok.
Error1The entry's status is invalid, possibly due to an error.
Information2The entry's status is Ok, but may include some additional information worth informing the user about.
Unavailable3The item, module, or feature is unavailable or disabled.
Warning4The entry's status is Ok, but requires the user's attention.
See Also