csharp
public enum MessageBoxSeverityHow serious a message box is, which decides its icon and sound.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
InformationSomething worth knowing.
WarningSomething that may go wrong.
ErrorSomething that has gone wrong.
Used by (2)
- DesktopDialogsVixen.Platform.Desktop
- MessageBoxOptionsVixen.Platform