xtd 0.2.0
save_file_box_options.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace forms {
46 }
47}
48
50flags_attribute_(xtd::forms, save_file_box_options);
51
54};
#define flags_attribute_(namespace_name, enum_type)
Provides the set attribute struct for enumerations helper.
Definition flags_attribute.hpp:34
std::vector< std::pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.hpp:24
save_file_box_options
Specifies options on a xtd::forms::save_file_box.
Definition save_file_box_options.hpp:22
@ validate_names
Whether the dialog box accepts only valid file names.
Definition open_file_box_options.hpp:30
@ enable_auto_upgrade
Whether this xtd::forms::file_dialog instance should automatically upgrade appearance and behavior wh...
Definition open_file_box_options.hpp:34
@ dereference_link
Whether the dialog box returns the location of the file referenced by the shortcut (....
Definition open_file_box_options.hpp:28
@ show_hidden_files
Whether hidden files are displayed in the file dialog box.
Definition open_file_box_options.hpp:36
@ check_file_exists
Whether the dialog box displays a warning if the user specifies a file name that does not exist.
Definition open_file_box_options.hpp:26
@ restore_directory
Whether the dialog box restores the directory to the previously selected directory before closing.
Definition open_file_box_options.hpp:32
@ show_preview
Whether preview file is displayed in the file dialog box.
Definition open_file_box_options.hpp:40
@ support_multi_dotted_extensions
Whether the dialog box supports displaying and saving files that have multiple file name extensions.
Definition open_file_box_options.hpp:42
@ validate_names
Whether the dialog box accepts only valid file names.
Definition save_file_box_options.hpp:30
@ enable_auto_upgrade
Whether this xtd::forms::file_dialog instance should automatically upgrade appearance and behavior wh...
Definition save_file_box_options.hpp:34
@ none
No options.
Definition save_file_box_options.hpp:24
@ dereference_link
Whether the dialog box returns the location of the file referenced by the shortcut (....
Definition save_file_box_options.hpp:28
@ show_hidden_files
Whether hidden files are displayed in the file dialog box.
Definition save_file_box_options.hpp:36
@ all
All flags except none.
Definition save_file_box_options.hpp:44
@ check_file_exists
Whether the dialog box displays a warning if the user specifies a file name that does not exist.
Definition save_file_box_options.hpp:26
@ restore_directory
Whether the dialog box restores the directory to the previously selected directory before closing.
Definition save_file_box_options.hpp:32
@ show_preview
Whether preview file is displayed in the file dialog box.
Definition save_file_box_options.hpp:40
@ support_multi_dotted_extensions
Whether the dialog box supports displaying and saving files that have multiple file name extensions.
Definition save_file_box_options.hpp:42
@ show_help
Whether the Help button is displayed in the file dialog box.
Definition save_file_box_options.hpp:38
@ show_help
A Help button appears in the color dialog box.
Definition color_box_styles.hpp:34
@ none
no styles.
Definition anchor_styles.hpp:21
@ all
All flags except none.
Definition anchor_styles.hpp:31
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38