Function FileDialog.modeOverridesTitle
If true
, changing the Mode
property will set the window title accordingly (e.g. setting mode to constant MODE_OPEN_FILE
will change the window title to "Open a File").
bool modeOverridesTitle() nothrow @property @nogc;
void modeOverridesTitle
(
bool v
) nothrow @property @nogc;