Message box types for system alert event.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic
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 nameValueDescription
Informational1 Information message box was displayed.
Warning2 Warning message box was displayed.
Error3 Error message box was displayed.
Query4 Query message box was displayed.
Critical5 Critical message box was displayed.
System6 System message box was displayed.

See Also