6#include <xtd/forms/browser_info_flags.h> 
   38        set_option(BIF_USENEWUI, value);
 
   78        selected_path_ = value;
 
   90        set_option(BIF_NONEWFOLDERBUTTON, !value);
 
  108      bool get_option(
size_t flag)
 const {
return (options_ & flag) == flag;}
 
  109      void set_option(
size_t flag, 
bool value) {options_ = value ? options_ | flag : options_ & ~flag;}
 
  114      size_t options_ =  BIF_RETURNONLYFSDIRS | BIF_NEWDIALOGSTYLE;
 
special_folder
Specifies enumerated constants used to retrieve directory paths to system special folders.
Definition: environment.h:92
 
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:48
 
Contains xtd::forms::common_dialog class.
 
Contains xtd::environment class.
 
#define forms_export_
Define shared library export.
Definition: forms_export.h:13
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17