MessageDialog.this

Construct the dialog.

  1. this(Window parent, string title)
  2. this(string title)
    class MessageDialog
    this
    (
    string title = "Information"
    )

Parameters

title string

The title of the dialog.

Meta