Represents a common dialog box that displays a file selection dialog. This class cannot be inherited.
Windows | macOS | Gnome | |
---|---|---|---|
Light | | | |
Dark | | | |
Public Static Methods | |
static xtd::forms::dialog_result | show (xtd::string &file_name, const xtd::forms::iwin32_window &owner) |
Displays a select file dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (xtd::string &file_name, const xtd::forms::iwin32_window &owner, const xtd::string &title) |
Displays a select file dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (xtd::string &file_name, const xtd::forms::iwin32_window &owner, const xtd::string &title, const open_file_box_options options) |
Displays a select file dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (xtd::string &file_name, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory) |
Displays a select file dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (xtd::string &file_name, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory, const open_file_box_options options) |
Displays a select file dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (xtd::string &file_name, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter) |
Displays a select file dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (xtd::string &file_name, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter, const open_file_box_options options) |
Displays a select file dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (xtd::string &file_name) |
Displays a select file dialog box. | |
static xtd::forms::dialog_result | show (xtd::string &file_name, const xtd::string &title) |
Displays a select file dialog box. | |
static xtd::forms::dialog_result | show (xtd::string &file_name, const xtd::string &title, const open_file_box_options options) |
Displays a select file dialog box. | |
static xtd::forms::dialog_result | show (xtd::string &file_name, const xtd::string &title, const xtd::string &initial_directory) |
Displays a select file dialog box. | |
static xtd::forms::dialog_result | show (xtd::string &file_name, const xtd::string &title, const xtd::string &initial_directory, const open_file_box_options options) |
Displays a select file dialog box. | |
static xtd::forms::dialog_result | show (xtd::string &file_name, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter) |
Displays a select file dialog box. | |
static xtd::forms::dialog_result | show (xtd::string &file_name, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter, const open_file_box_options options) |
Displays a select file dialog box. | |
static xtd::forms::dialog_result | show (std::vector< xtd::string > &file_names, const xtd::forms::iwin32_window &owner, const xtd::string &title) |
Displays a multiple file select dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (std::vector< xtd::string > &file_names, const xtd::forms::iwin32_window &owner, const xtd::string &title, const open_file_box_options options) |
Displays a multiple file select dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (std::vector< xtd::string > &file_names, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory) |
Displays a multiple file select dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (std::vector< xtd::string > &file_names, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory, const open_file_box_options options) |
Displays a multiple file select dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (std::vector< xtd::string > &file_names, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter) |
Displays a multiple file select dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (std::vector< xtd::string > &file_names, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter, const open_file_box_options options) |
Displays a multiple file select dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (std::vector< xtd::string > &file_names, const xtd::string &title) |
Displays a multiple file select dialog box. | |
static xtd::forms::dialog_result | show (std::vector< xtd::string > &file_names, const xtd::string &title, const open_file_box_options options) |
Displays a multiple file select dialog box. | |
static xtd::forms::dialog_result | show (std::vector< xtd::string > &file_names, const xtd::string &title, const xtd::string &initial_directory) |
Displays a multiple file select dialog box. | |
static xtd::forms::dialog_result | show (std::vector< xtd::string > &file_names, const xtd::string &title, const xtd::string &initial_directory, const open_file_box_options options) |
Displays a multiple file select dialog box. | |
static xtd::forms::dialog_result | show (std::vector< xtd::string > &file_names, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter) |
Displays a multiple file select dialog box. | |
static xtd::forms::dialog_result | show (std::vector< xtd::string > &file_names, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter, const open_file_box_options options) |
Displays a multiple file select dialog box. | |
|
static |
Displays a select file dialog box in front of a specified window.
file_name | An output xtd::string that will store the selected file name. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
|
static |
Displays a select file dialog box in front of a specified window.
file_name | An output xtd::string that will store the selected file name. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
title | An xtd::string that specifies the caption title of the file dialog box. |
|
static |
Displays a select file dialog box in front of a specified window.
file_name | An output xtd::string that will store the selected file name. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
title | An xtd::string that specifies the caption title of the file dialog box. |
options | A bitwise combination of enum xtd::forms::open_file_box_options to specify additional options to the file dialog box |
|
static |
Displays a select file dialog box in front of a specified window.
file_name | An output xtd::string that will store the selected file name. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
|
static |
Displays a select file dialog box in front of a specified window.
file_name | An output xtd::string that will store the selected file name. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
options | A bitwise combination of enum xtd::forms::open_file_box_options to specify additional options to the file dialog box |
|
static |
Displays a select file dialog box in front of a specified window.
file_name | An output xtd::string that will store the selected file name. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
filter | An xtd::string that specifies the file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box, separated by vertical bar | for example: (*.txt)|*.txt|All files (*.*)|*.* |
|
static |
Displays a select file dialog box in front of a specified window.
file_name | An output xtd::string that will store the selected file name. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
filter | An xtd::string that specifies the file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box, separated by vertical bar | for example: (*.txt)|*.txt|All files (*.*)|*.* |
options | A bitwise combination of enum xtd::forms::open_file_box_options to specify additional options to the file dialog box |
|
static |
Displays a select file dialog box.
file_name | An output xtd::string that will store the selected file name. |
|
static |
Displays a select file dialog box.
file_name | An output xtd::string that will store the selected file name. |
title | An xtd::string that specifies the caption title of the file dialog box. |
|
static |
Displays a select file dialog box.
file_name | An output xtd::string that will store the selected file name. |
title | An xtd::string that specifies the caption title of the file dialog box. |
options | A bitwise combination of enum xtd::forms::open_file_box_options to specify additional options to the file dialog box |
|
static |
Displays a select file dialog box.
file_name | An output xtd::string that will store the selected file name. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
|
static |
Displays a select file dialog box.
file_name | An output xtd::string that will store the selected file name. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
options | A bitwise combination of enum xtd::forms::open_file_box_options to specify additional options to the file dialog box |
|
static |
Displays a select file dialog box.
file_name | An output xtd::string that will store the selected file name. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
filter | An xtd::string that specifies the file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box, separated by vertical bar | for example: (*.txt)|*.txt|All files (*.*)|*.* |
|
static |
Displays a select file dialog box.
file_name | An output xtd::string that will store the selected file name. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
filter | An xtd::string that specifies the file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box, separated by vertical bar | for example: (*.txt)|*.txt|All files (*.*)|*.* |
options | A bitwise combination of enum xtd::forms::open_file_box_options to specify additional options to the file dialog box |
|
static |
Displays a multiple file select dialog box in front of a specified window.
file_names | An output std::vector <xtd::string> that will store the selected file names. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
|
static |
Displays a multiple file select dialog box in front of a specified window.
file_names | An output std::vector <xtd::string> that will store the selected file names. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
title | An xtd::string that specifies the caption title of the file dialog box. |
options | A bitwise combination of enum xtd::forms::open_file_box_options to specify additional options to the file dialog box |
|
static |
Displays a multiple file select dialog box in front of a specified window.
file_names | An output std::vector <xtd::string> that will store the selected file names. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
|
static |
Displays a multiple file select dialog box in front of a specified window.
file_names | An output std::vector <xtd::string> that will store the selected file names. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
options | A bitwise combination of enum xtd::forms::open_file_box_options to specify additional options to the file dialog box |
|
static |
Displays a multiple file select dialog box in front of a specified window.
file_names | An output std::vector <xtd::string> that will store the selected file names. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
filter | An xtd::string that specifies the file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box, separated by vertical bar | for example: (*.txt)|*.txt|All files (*.*)|*.* |
|
static |
Displays a multiple file select dialog box in front of a specified window.
file_names | An output std::vector <xtd::string> that will store the selected file names. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
filter | An xtd::string that specifies the file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box, separated by vertical bar | for example: (*.txt)|*.txt|All files (*.*)|*.* |
options | A bitwise combination of enum xtd::forms::open_file_box_options to specify additional options to the file dialog box |
|
static |
Displays a multiple file select dialog box.
file_names | An output std::vector <xtd::string> that will store the selected file names. |
title | An xtd::string that specifies the caption title of the file dialog box. |
|
static |
Displays a multiple file select dialog box.
file_names | An output std::vector <xtd::string> that will store the selected file names. |
title | An xtd::string that specifies the caption title of the file dialog box. |
options | A bitwise combination of enum xtd::forms::open_file_box_options to specify additional options to the file dialog box |
|
static |
Displays a multiple file select dialog box.
file_names | An output std::vector <xtd::string> that will store the selected file names. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
|
static |
Displays a multiple file select dialog box.
file_names | An output std::vector <xtd::string> that will store the selected file names. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
options | A bitwise combination of enum xtd::forms::open_file_box_options to specify additional options to the file dialog box |
|
static |
Displays a multiple file select dialog box.
file_names | An output std::vector <xtd::string> that will store the selected file names. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
filter | An xtd::string that specifies the file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box, separated by vertical bar | for example: (*.txt)|*.txt|All files (*.*)|*.* |
|
static |
Displays a multiple file select dialog box.
file_names | An output std::vector <xtd::string> that will store the selected file names. |
title | An xtd::string that specifies the caption title of the file dialog box. |
initial_directory | An xtd::string that specifies the initial directory displayed by the file dialog box |
filter | An xtd::string that specifies the file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box, separated by vertical bar | for example: (*.txt)|*.txt|All files (*.*)|*.* |
options | A bitwise combination of enum xtd::forms::open_file_box_options to specify additional options to the file dialog box |