csharp
public enum MessageBoxResultWhich button the user pressed.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
NoneThe dialog was dismissed without a choice, or could not be shown at all.
OkThe user acknowledged, or agreed.
CancelThe user backed out.
YesThe user said yes.
NoThe 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