PopupBox.yesNo

Create an 'yes' or 'no' popup dialog.

  1. bool yesNo(string message, string title)
    struct PopupBox
    static
    bool
    yesNo
    (
    string message
    ,
    string title
    )
  2. bool yesNo(Window parent, string message, string title)

Parameters

message string

The message to show on the dialog

title string

The title of the dialog

Meta