Vixen
02b45cc4
csharp
public readonly record struct MessageBoxOptions

What to show in a message box.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public string Title

    The bold first line.

  • public string Message

    The body text.

  • public MessageBoxButtons Buttons

    Which buttons to offer.

  • public MessageBoxSeverity Severity

    How serious it is.

Methods (1)

  • public MessageBoxOptions()

    What to show in a message box.

Used by (8)

  • DesktopDialogsVixen.Platform.Desktop
  • HeadlessDialogsVixen.Platform.Headless
  • INativeDialogsVixen.Platform
  • LinuxDialogsVixen.Platform.Linux
  • MacOSDialogsVixen.Platform.MacOS
  • NothingDialogsVixen.Platform.MacOS.Tests
  • NothingDialogsVixen.Platform.Desktop.Tests
  • WindowsDialogsVixen.Platform.Windows