Vixen
02b45cc4
csharp
public enum MessageBoxResult

Which button the user pressed.

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

Fields and properties (5)

  • None

    The dialog was dismissed without a choice, or could not be shown at all.

  • Ok

    The user acknowledged, or agreed.

  • Cancel

    The user backed out.

  • Yes

    The user said yes.

  • No

    The user said no, which is not the same as backing out.

Used by (9)

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