Message box types for system alert event.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration Alert |
| C# |
|---|
public enum Alert |
| Visual C++ |
|---|
public enum class Alert |
| JavaScript |
|---|
Greatis.Nostalgia.Alert = function(); Greatis.Nostalgia.Alert.createEnum('Greatis.Nostalgia.Alert', false); |
Members
| Member name | Description | |
|---|---|---|
| Informational |
Information message box was displayed.
| |
| Warning |
Warning message box was displayed.
| |
| Error |
Error message box was displayed.
| |
| Query |
Query message box was displayed.
| |
| Critical |
Critical message box was displayed.
| |
| System |
System message box was displayed.
|