csharp
public enum MessageBoxButtonsWhich buttons a message box offers.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
OkOne button that dismisses the box.
OkCancelGo ahead, or do not.
YesNoAnswer the question one way or the other.
YesNoCancelAnswer the question, or step away from it.
Used by (2)
- DesktopDialogsVixen.Platform.Desktop
- MessageBoxOptionsVixen.Platform