PopupBox.yesNoCancel

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

  1. ResponseType yesNoCancel(string message, string title)
  2. ResponseType yesNoCancel(Window parent, string message, string title)
    struct PopupBox
    static
    ResponseType
    yesNoCancel
    (,
    string message
    ,
    string title
    )

Parameters

parent Window

The parent window of this popup dialog

message string

The message to show on the dialog

title string

The title of the dialog