FileDialog.modeOverridesTitle

If true, changing the Mode property will set the window title accordingly (e. g. setting mode to MODE_OPEN_FILE will change the window title to "Open a File").

  1. bool modeOverridesTitle [@property getter]
  2. bool modeOverridesTitle [@property setter]
    struct FileDialog
    @nogc nothrow @property
    void
    modeOverridesTitle
    (
    bool v
    )

Meta