Contains folder browser dialog native API.
- Namespace
- xtd::forms::native
- Library
- xtd.forms.native
- Warning
- Internal use only
◆ run_dialog()
Shows dialog.
- Parameters
-
hwnd | Parent window handle. |
description | The description to display. |
root_folder | One of the environment::special_folder values. |
selected_path | The path of the folder first selected in the dialog box or the last folder selected by the user. |
options | A bitwise folder browser dialog flags value. |
- Returns
- true if the user clicks OK in the dialog box; otherwise, false.
- Warning
- Internal use only
◆ run_sheet()
Shows async dialog as sheet.
- Parameters
-
hwnd | Parent window handle. |
description | The description to display. |
root_folder | One of the environment::special_folder values. |
selected_path | The path of the folder first selected in the dialog box or the last folder selected by the user. |
options | A bitwise folder browser dialog flags value. |
- Returns
- true if the user clicks OK in the dialog box; otherwise, false.
- Warning
- Internal use only
The documentation for this class was generated from the following file: