LicenseStatusIcon Enumeration |
Different status icons.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic enum LicenseStatusIcon
Public Enumeration LicenseStatusIcon
public enum class LicenseStatusIcon
Members
| Member name | Value | Description |
---|
| None | -1 | Don't display any icon in the list for this entry. |
| Ok | 0 | The status of the entry is Ok. |
| Error | 1 | The entry's status is invalid, possibly due to an error. |
| Information | 2 | The entry's status is Ok, but may include some additional information worth informing the user about. |
| Unavailable | 3 | The item, module, or feature is unavailable or disabled. |
| Warning | 4 | The entry's status is Ok, but requires the user's attention. |
See Also