OpenFileDialog.this

Construct the dialog.

  1. this(Window parent, string title)
    class OpenFileDialog
    this
    (,
    string title = "Open"
    )
  2. this(string title)

Parameters

parent Window

The parent window of the dialog.

title string

The title of the dialog.

Meta