xtd 0.2.0
Loading...
Searching...
No Matches

◆ open_file_box_options

Specifies options on a xtd::forms::open_file_box.

Header
#include <xtd/forms/open_file_box_options>
Namespace
xtd::forms
Library
xtd.forms
Remarks
This enumeration is used by the xtd::forms::open_file_box class.
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.