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 auto | show (xtd::string &file_name, const xtd::forms::iwin32_window &owner) -> xtd::forms::dialog_result |
| Displays a select file dialog box in front of a specified window. | |
| static auto | show (xtd::string &file_name, const xtd::forms::iwin32_window &owner, const xtd::string &title) -> xtd::forms::dialog_result |
| Displays a select file dialog box in front of a specified window. | |
| static auto | show (xtd::string &file_name, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::forms::open_file_box_options options) -> xtd::forms::dialog_result |
| Displays a select file dialog box in front of a specified window. | |
| static auto | show (xtd::string &file_name, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory) -> xtd::forms::dialog_result |
| Displays a select file dialog box in front of a specified window. | |
| static auto | show (xtd::string &file_name, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory, const xtd::forms::open_file_box_options options) -> xtd::forms::dialog_result |
| Displays a select file dialog box in front of a specified window. | |
| static auto | show (xtd::string &file_name, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter) -> xtd::forms::dialog_result |
| Displays a select file dialog box in front of a specified window. | |
| static auto | 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 xtd::forms::open_file_box_options options) -> xtd::forms::dialog_result |
| Displays a select file dialog box in front of a specified window. | |
| static auto | show (xtd::string &file_name) -> xtd::forms::dialog_result |
| Displays a select file dialog box. | |
| static auto | show (xtd::string &file_name, const xtd::string &title) -> xtd::forms::dialog_result |
| Displays a select file dialog box. | |
| static auto | show (xtd::string &file_name, const xtd::string &title, const xtd::forms::open_file_box_options options) -> xtd::forms::dialog_result |
| Displays a select file dialog box. | |
| static auto | show (xtd::string &file_name, const xtd::string &title, const xtd::string &initial_directory) -> xtd::forms::dialog_result |
| Displays a select file dialog box. | |
| static auto | show (xtd::string &file_name, const xtd::string &title, const xtd::string &initial_directory, const xtd::forms::open_file_box_options options) -> xtd::forms::dialog_result |
| Displays a select file dialog box. | |
| static auto | show (xtd::string &file_name, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter) -> xtd::forms::dialog_result |
| Displays a select file dialog box. | |
| static auto | show (xtd::string &file_name, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter, const xtd::forms::open_file_box_options options) -> xtd::forms::dialog_result |
| Displays a select file dialog box. | |
| static auto | show (xtd::array< xtd::string > &file_names, const xtd::forms::iwin32_window &owner, const xtd::string &title) -> xtd::forms::dialog_result |
| Displays a multiple file select dialog box in front of a specified window. | |
| static auto | show (xtd::array< xtd::string > &file_names, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::forms::open_file_box_options options) -> xtd::forms::dialog_result |
| Displays a multiple file select dialog box in front of a specified window. | |
| static auto | show (xtd::array< xtd::string > &file_names, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory) -> xtd::forms::dialog_result |
| Displays a multiple file select dialog box in front of a specified window. | |
| static auto | show (xtd::array< xtd::string > &file_names, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory, const xtd::forms::open_file_box_options options) -> xtd::forms::dialog_result |
| Displays a multiple file select dialog box in front of a specified window. | |
| static auto | show (xtd::array< xtd::string > &file_names, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter) -> xtd::forms::dialog_result |
| Displays a multiple file select dialog box in front of a specified window. | |
| static auto | show (xtd::array< xtd::string > &file_names, const xtd::forms::iwin32_window &owner, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter, const xtd::forms::open_file_box_options options) -> xtd::forms::dialog_result |
| Displays a multiple file select dialog box in front of a specified window. | |
| static auto | show (xtd::array< xtd::string > &file_names, const xtd::string &title) -> xtd::forms::dialog_result |
| Displays a multiple file select dialog box. | |
| static auto | show (xtd::array< xtd::string > &file_names, const xtd::string &title, const xtd::forms::open_file_box_options options) -> xtd::forms::dialog_result |
| Displays a multiple file select dialog box. | |
| static auto | show (xtd::array< xtd::string > &file_names, const xtd::string &title, const xtd::string &initial_directory) -> xtd::forms::dialog_result |
| Displays a multiple file select dialog box. | |
| static auto | show (xtd::array< xtd::string > &file_names, const xtd::string &title, const xtd::string &initial_directory, const xtd::forms::open_file_box_options options) -> xtd::forms::dialog_result |
| Displays a multiple file select dialog box. | |
| static auto | show (xtd::array< xtd::string > &file_names, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter) -> xtd::forms::dialog_result |
| Displays a multiple file select dialog box. | |
| static auto | show (xtd::array< xtd::string > &file_names, const xtd::string &title, const xtd::string &initial_directory, const xtd::string &filter, const xtd::forms::open_file_box_options options) -> xtd::forms::dialog_result |
| Displays a multiple file select dialog box. | |
|
staticnodiscard |
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. |
|
staticnodiscard |
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. |
|
staticnodiscard |
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 |
|
staticnodiscard |
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 |
|
staticnodiscard |
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 |
|
staticnodiscard |
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 (*.*)|*.* |
|
staticnodiscard |
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 |
|
staticnodiscard |
Displays a select file dialog box.
| file_name | An output xtd::string that will store the selected file name. |
|
staticnodiscard |
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. |
|
staticnodiscard |
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 |
|
staticnodiscard |
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 |
|
staticnodiscard |
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 |
|
staticnodiscard |
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 (*.*)|*.* |
|
staticnodiscard |
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 |
|
staticnodiscard |
Displays a multiple file select dialog box in front of a specified window.
| file_names | An output xtd::array <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. |
|
staticnodiscard |
Displays a multiple file select dialog box in front of a specified window.
| file_names | An output xtd::array <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 |
|
staticnodiscard |
Displays a multiple file select dialog box in front of a specified window.
| file_names | An output xtd::array <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 |
|
staticnodiscard |
Displays a multiple file select dialog box in front of a specified window.
| file_names | An output xtd::array <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 |
|
staticnodiscard |
Displays a multiple file select dialog box in front of a specified window.
| file_names | An output xtd::array <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 (*.*)|*.* |
|
staticnodiscard |
Displays a multiple file select dialog box in front of a specified window.
| file_names | An output xtd::array <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 |
|
staticnodiscard |
Displays a multiple file select dialog box.
| file_names | An output xtd::array <xtd::string> that will store the selected file names. |
| title | An xtd::string that specifies the caption title of the file dialog box. |
|
staticnodiscard |
Displays a multiple file select dialog box.
| file_names | An output xtd::array <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 |
|
staticnodiscard |
Displays a multiple file select dialog box.
| file_names | An output xtd::array <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 |
|
staticnodiscard |
Displays a multiple file select dialog box.
| file_names | An output xtd::array <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 |
|
staticnodiscard |
Displays a multiple file select dialog box.
| file_names | An output xtd::array <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 (*.*)|*.* |
|
staticnodiscard |
Displays a multiple file select dialog box.
| file_names | An output xtd::array <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 |