xtd 0.2.0
save_file_box_options.h File Reference
#include <xtd/enum>

Definition

Contains xtd::forms::save_file_box_options control.

Include dependency graph for save_file_box_options.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::forms
 The xtd::forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system, Apple macOS and Linux like Ubuntu operating system.
 

Enumerations

enum  xtd::forms::save_file_box_options {
  xtd::forms::save_file_box_options::none = 0b0,
  xtd::forms::save_file_box_options::check_file_exists = 0b1,
  xtd::forms::save_file_box_options::dereference_link = 0b10,
  xtd::forms::save_file_box_options::validate_names = 0b100,
  xtd::forms::save_file_box_options::restore_directory = 0b1000,
  xtd::forms::save_file_box_options::enable_auto_upgrade = 0b10000,
  xtd::forms::save_file_box_options::show_hidden_files = 0b100000,
  xtd::forms::save_file_box_options::show_help = 0b1000000,
  xtd::forms::save_file_box_options::show_preview = 0b10000000,
  xtd::forms::save_file_box_options::support_multi_dotted_extensions = 0b100000000,
  xtd::forms::save_file_box_options::all = check_file_exists | dereference_link | validate_names | restore_directory | enable_auto_upgrade | show_hidden_files | show_help | show_preview | support_multi_dotted_extensions
}
 Specifies options on a xtd::forms::save_file_box. More...