Represents a common dialog box that displays a folder browser dialog. This class cannot be inherited.
Windows | macOS | Gnome | |
---|---|---|---|
Light | | | |
Dark | | | |
Public Static Methods | |
static xtd::forms::dialog_result | show (xtd::string &selected_path, const xtd::forms::iwin32_window &owner) |
Displays a folder browser dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (xtd::string &selected_path, const xtd::forms::iwin32_window &owner, const xtd::string &description) |
Displays a folder browser dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (xtd::string &selected_path, const xtd::forms::iwin32_window &owner, const xtd::string &description, xtd::environment::special_folder root_folder) |
Displays a folder browser dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (xtd::string &selected_path, const xtd::forms::iwin32_window &owner, const xtd::string &description, xtd::environment::special_folder root_folder, bool show_new_folder_button) |
Displays a folder browser dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (xtd::string &selected_path, const xtd::forms::iwin32_window &owner, const xtd::string &description, xtd::environment::special_folder root_folder, bool show_new_folder_button, bool auto_upgrade_enable) |
Displays a folder browser dialog box in front of a specified window. | |
static xtd::forms::dialog_result | show (xtd::string &selected_path) |
Displays a folder browser dialog box. | |
static xtd::forms::dialog_result | show (xtd::string &selected_path, const xtd::string &description) |
Displays a folder browser dialog box. | |
static xtd::forms::dialog_result | show (xtd::string &selected_path, const xtd::string &description, xtd::environment::special_folder root_folder) |
Displays a folder browser dialog box. | |
static xtd::forms::dialog_result | show (xtd::string &selected_path, const xtd::string &description, xtd::environment::special_folder root_folder, bool show_new_folder_button) |
Displays a folder browser dialog box. | |
static xtd::forms::dialog_result | show (xtd::string &selected_path, const xtd::string &description, xtd::environment::special_folder root_folder, bool show_new_folder_button, bool auto_upgrade_enable) |
Displays a folder browser dialog box. | |
|
static |
Displays a folder browser dialog box in front of a specified window.
selected_path | A xtd::string that represents the path selected by the user. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
description | An xtd::string that specifies the descriptive text displayed above the tree view control in the dialog box. |
|
static |
Displays a folder browser dialog box in front of a specified window.
selected_path | A xtd::string that represents the path selected by the user. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
description | An xtd::string that specifies the descriptive text displayed above the tree view control in the dialog box. |
|
static |
Displays a folder browser dialog box in front of a specified window.
selected_path | A xtd::string that represents the path selected by the user. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
description | An xtd::string that specifies the descriptive text displayed above the tree view control in the dialog box. |
root_folder | One of xtd::environment::special_folder values that specifies the root folder where the browsing starts from. |
|
static |
Displays a folder browser dialog box in front of a specified window.
selected_path | A xtd::string that represents the path selected by the user. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
description | An xtd::string that specifies the descriptive text displayed above the tree view control in the dialog box. |
root_folder | One of xtd::environment::special_folder values that specifies the root folder where the browsing starts from. |
show_new_folder_button | A value indicating whether the New Folder button appears in the folder browser dialog box. |
|
static |
Displays a folder browser dialog box in front of a specified window.
selected_path | A xtd::string that represents the path selected by the user. |
owner | An xtd::forms::iwin32_window that represents the owner window of the file dialog box. |
description | An xtd::string that specifies the descriptive text displayed above the tree view control in the dialog box. |
root_folder | One of xtd::environment::special_folder values that specifies the root folder where the browsing starts from. |
show_new_folder_button | A value indicating whether the New Folder button appears in the folder browser dialog box. |
auto_upgrade_enable | A value that indicates whether the dialog will be automatically upgraded to enable new features. |
|
static |
Displays a folder browser dialog box.
selected_path | A xtd::string that represents the path selected by the user. |
description | An xtd::string that specifies the descriptive text displayed above the tree view control in the dialog box. |
|
static |
Displays a folder browser dialog box.
selected_path | A xtd::string that represents the path selected by the user. |
description | An xtd::string that specifies the descriptive text displayed above the tree view control in the dialog box. |
|
static |
Displays a folder browser dialog box.
selected_path | A xtd::string that represents the path selected by the user. |
description | An xtd::string that specifies the descriptive text displayed above the tree view control in the dialog box. |
root_folder | One of xtd::environment::special_folder values that specifies the root folder where the browsing starts from. |
|
static |
Displays a folder browser dialog box.
selected_path | A xtd::string that represents the path selected by the user. |
description | An xtd::string that specifies the descriptive text displayed above the tree view control in the dialog box. |
root_folder | One of xtd::environment::special_folder values that specifies the root folder where the browsing starts from. |
show_new_folder_button | A value indicating whether the New Folder button appears in the folder browser dialog box. |
|
static |
Displays a folder browser dialog box.
selected_path | A xtd::string that represents the path selected by the user. |
description | An xtd::string that specifies the descriptive text displayed above the tree view control in the dialog box. |
root_folder | One of xtd::environment::special_folder values that specifies the root folder where the browsing starts from. |
show_new_folder_button | A value indicating whether the New Folder button appears in the folder browser dialog box. |
auto_upgrade_enable | A value that indicates whether the dialog will be automatically upgraded to enable new features. |