csharp
public readonly record struct MessageBoxOptionsWhat 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 TitleThe bold first line.
public string MessageThe body text.
public MessageBoxButtons ButtonsWhich buttons to offer.
public MessageBoxSeverity SeverityHow 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