Vixen
02b45cc4
csharp
public enum MessageBoxSeverity

How 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)

  • Information

    Something worth knowing.

  • Warning

    Something that may go wrong.

  • Error

    Something that has gone wrong.

Used by (2)

  • DesktopDialogsVixen.Platform.Desktop
  • MessageBoxOptionsVixen.Platform