|
strong |
Specifies options on a xtd::forms::save_file_box.
Enumerator | |
---|---|
none | No options. |
check_file_exists | Whether the dialog box displays a warning if the user specifies a file name that does not exist. |
dereference_link | Whether the dialog box returns the location of the file referenced by the shortcut (.lnk). |
validate_names | Whether the dialog box accepts only valid file names. |
restore_directory | Whether the dialog box restores the directory to the previously selected directory before closing. |
enable_auto_upgrade | Whether this xtd::forms::file_dialog instance should automatically upgrade appearance and behavior when running on Windows Vista. |
show_hidden_files | Whether hidden files are displayed in the file dialog box. |
show_help | Whether the Help button is displayed in the file dialog box. |
show_preview | Whether preview file is displayed in the file dialog box. |
support_multi_dotted_extensions | Whether the dialog box supports displaying and saving files that have multiple file name extensions. |
all | All flags except none. |