Vixen
02b45cc4
csharp
public enum MessageBoxButtons

Which buttons a message box offers.

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

Fields and properties (4)

  • Ok

    One button that dismisses the box.

  • OkCancel

    Go ahead, or do not.

  • YesNo

    Answer the question one way or the other.

  • YesNoCancel

    Answer the question, or step away from it.

Used by (2)

  • DesktopDialogsVixen.Platform.Desktop
  • MessageBoxOptionsVixen.Platform